Blog Category: jQuery
June 17, 2014 Development, jQuery
Continuing yesterday’s post involving setTimeout(), I wanted to expand on the useful function and other ways to wait in jQuery. The basic usage of setTimeout() is to execute code inside …
Read MoreJune 16, 2014 Development, jQuery
For a recent project, I found the need to cancel an event in jQuery currently in waiting through the setTimeout() function. The event related to a custom slider and if …
Read MoreMay 22, 2014 Development, jQuery, WordPress
The same client who wanted only one category to show on the calendar also wanted only one category to show on the blog landing page. This was solved with a …
Read MoreNovember 10, 2013 Case Studies, CSS, Development, jQuery, WordPress
Noetyx is a pharmaceutical company located in New Jersey run by a great team that creates innovative products and services. Noetyx was designed by a good friend while I did …
Read MoreNovember 9, 2013 Case Studies, CSS, Development, jQuery, WordPress
A good friend of mine asked if I wanted to work with him on an upcoming project. I agreed and that project became Noetyx, but before we started work on …
Read MoreAugust 4, 2013 Development, HTML, jQuery
For a jQuery script, I needed to select the child element of an item. This can be accomplished using the children() method for immediate children and the find() method for …
Read MoreJuly 31, 2013 Development, jQuery
In a theme I downloaded recently from ThemeForest, I received an error with the .live() method. It turns out that .live() has been deprecated since version 1.7 of jQuery but …
Read MoreJuly 31, 2013 Development, jQuery
For a recent project, the client asked that all contact links be set to their email address. Using the mailto: attribute, this was easily accomplished. However, the client changed their …
Read MoreMay 19, 2013 CSS, Development, HTML, jQuery
In the signup area of an automated system I’m creating, there is a terms of use that should be read before the user continues filling out the form. First, I …
Read More