Archive: jquery

 

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 problem with this is that there is noway to do this using normal css, over the overflow:scroll hides [...]



 

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. For example if you have some kind of slide show which involves redrawing the contents of a div, you [...]



 

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 also features a host of new functionality and improvements. For full details check out this page: http://jquery14.com/day-01/jquery-14 More Reading:JQuery Keeping Click Handler when Updating Content – Live [...]



 

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 a few days I have to say I'm impressed with how easy and intuitive it is. That combined with the excellent jQuery support [...]