Taswar Bhatti
The synonyms of software simplicity
Archive: May 2010
jquery

So here is an interesting jquery plugin called jqprint it allows one to specify any element and sent it to print. Assuming you have an element with id printButton and a content area called divToPrint

This will pop up the print functionality in your browser and send it with the default media=”print” css or […]

jquery

So for some reason IE just loves to cache things for you when you call an ajax method, thus my JQuery get ajax call not working in IE. Something like

This will work every time in firefox but IE will just call the cache version, thus whatever you have changed in the post version […]

jquery

So was having issues as in why does my checkbox doesn’t work in IE when I do

And found out that jquery does not bind live “change” events, I was told that it works in 1.4.2 but for some reason I still was not able to get it working. The solution that I found […]

UA-4524639-2