Loving jQuery and Netbeans
I’m currently working on a project that has some really heavy javascript requirements. For the project I decided on using jQuery to implement the required functionality. Now having only used jQuery for...
View ArticleJquery 1.4 Released
Jquery, arguably the most popular Javascript library has has a new version released. The release features some dramatic performance improvements, especially on widely used functions like .html() It...
View ArticleJQuery Keeping Click Handler when Updating Content – Live Binding
If you are using jQuery and attaching click handlers etc to elements as part of your document ready block, you may find you are losing those handlers if you update the page with Javascript after load....
View ArticleCreate a scrollable menu with an onHover effect
I was recently asked by a client to create a scrollable, navigation menu for their site. However, they wanted it to have an onHover submenu that expanded to the side, over the top of the scrollbar. The...
View ArticleComply with the cookie law with very little effort
A lot of concern has been caused by the “Cookie Law” which says you must tell people that you use cookies if you do, and 99% of sites do! Well here’s a very simple jQuery bolt-on that deals with that,...
View ArticleBoost your Magento store’s image display with MagicZoom
Magento’s product images come with a workable, although somewhat unusual image zoom functionality. But many users want a lightbox which lets users click an image and see a large version. Of course, you...
View ArticleSticky page scrolling in JavaScript with JQuery
If you have a page that keeps getting longer because new items appear on it at the bottom and what’s at the bottom of the page is most important it can be a paint to have to keep scrolling done to see...
View ArticleAdd Jquery to Any Page via Console
Sometimes you might want to do a little on the fly DOM editing using your favourite Javascript library – jQuery. To do this you might need to include jQuery on the page, you can do this by pasting...
View Article