JQuery Articles
jQuery: $ is not a function – Fix for common jQuery error
by Paul Joyce
“Error: $ is not a function”, this is the error that was being thrown back at me while working on a WordPress site the other day. However for the life of me I couldn’t see why my, usual fine JavaScript code, was failing. Was it a problem with my jQuery code, my WordPress installation or both? I [...]
jQuery.queue() – An explanation of the jQuery FX method
by Paul Joyce
So today I came across a bit of a UX problem while using jQuery; I wanted to submit some form content using ajax but the feedback messages were flashing up so quickly they were illegible. The simplified situation I ran into was: The user would submit a form of data using ajax, Content would be [...]