Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
3 Posted Topics
Hello guys, I am writing a Greasmonkey script and I need little help here. So I have this code: $(document).ready (get); function get () { var elems =$( "a[id*='myId.']" ); if (elems.length>0) { $("a[id*='myId.']").trigger("click"); } } the point is that there are a lot of a tags with id myId.N …
Hello and from me! I am Ivailo from Bulgaria. I am an student interested in computers and specially web development. And I am sure what I will study and work. :D Happy Holidays! Regards, Fr3aK
Just to be sure, you didn't forget about mysql_fetch_assoc right?
The End.
Fr3aK