Posts tagged as "jquery"

Posted by robhyland on 17th February 2010

jQuery UI Accordion Issues in Internet Explorer 6

I really like jQuery UI, but I was having some issues with the accordion in IE6. It was hiding some of the content after I expanded a section. The content it was hiding was in a table, but in fiddling with the code it turns out that it was hiding random things in the div, [...]

Posted by robhyland on 16th February 2010

Internet Explorer Caches Ajax Requests

Last night I was putting some final touches on an app I am developing and I ran into some issues in IE8. When I used jQuery’s $.get() to pull some content off the server it triggered the success function without ever requesting the page from the server. I was a little confused at first, but [...]

Posted by robhyland on 14th January 2010

jQuery 1.4

jQuery1.4 has now been released. I just recently started using jQuery and have used it for a few projects. Now I am not sure how much testing I need to do before I upgrade my code or if I should even bother. I think for the time being I will keep my old projects at [...]

Posted by robhyland on 6th January 2010

jQuery in a CMS

I have used jQuery twice in the past month to get some custom behavior from a CMS. In the first instance I used it to re-URL a site for Xavier, and in the second instance I used it for some custom menu options that weren’t available in WordPress. I like the results it produces, but [...]