Posts
 
Reputation
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 #54.9K
~335 People Reached
Favorite Forums
Favorite Tags
Member Avatar for feoperro

Hi, Does anyone know how to control the sequence of JQuery $(document).ready functions? For example: [CODE] $(document).ready(function() { ... }); [/CODE] Only if this returns true then do: [CODE] $(document).ready(function() { ... }); [/CODE] Thanks

Member Avatar for feoperro
0
264
Member Avatar for Anthony-uk

Hi all, today i thought id write a function to see if a string is a palindrome "a word which is spelt the same when read backwards" and thought id post it on here, to see what other/better ways you guys had of doing it or even though i think …

Member Avatar for Anthony-uk
0
71