[jQuery] Re: jQuery.support for AOL?

2009-04-21 Thread Reepsy
') > -1 > > But latest verisons of theAOLbrowser are all based on Internet > Explorer, so rendering and everything is the same, you shouldn't need > to do anything different. > > On Apr 21, 10:28 am, Reepsy wrote: > > > Is anyone aware of an event that can be used to flesh outAOLvia > > jQuery support()?

[jQuery] jQuery.support for AOL?

2009-04-21 Thread Reepsy
Is anyone aware of an event that can be used to flesh out AOL via jQuery support()?

[jQuery] $.load() Redirected

2008-12-22 Thread Reepsy
I have read a similar post to this, but I think my situation is a bit different. I have a link like this: Link Then in my JS I use load something like this: $('#modal-content').load('/my-url.html #the-div'); Which loads 'the-div' into a modal window on the page that called it. It works perfect

[jQuery] Re: nextAll Chaining when nextAll is Empty

2008-12-12 Thread Reepsy
Michael On Dec 12, 11:50 am, ricardobeat wrote: > Do you have a test page we can look at? > > nextAllreturns an empty object if there is no 'next', but it doesn't > interrupt thechain, there may be something else going on. I couldn't > reproduce your situat

[jQuery] Re: nextAll Chaining when nextAll is Empty

2008-12-12 Thread Reepsy
is. It uses the index of the within the and then > removes the class from all elements equal or greater than it. > The code is a bit cumbersome but I think it works. > > > lorem ipsum > lorem ipsum > lorem ipsum > lorem ipsum > lorem ipsum > > > $('#link

[jQuery] nextAll Chaining when nextAll is Empty

2008-12-12 Thread Reepsy
Perhaps this is naive of me, but I was expecting this to work: $(this).nextAll('a').andSelf().removeClass ('star_selected').triggerHandler('mouseout'); It is used in a rating system I wrote, where there are 5 tags in a row. If you click on one, this fires (adds a class name on all previous and

[jQuery] nextAll Chaining when nextAll is Empty

2008-12-12 Thread Reepsy
This might sound naive, but I expected this to work: $(this).nextAll('a').andSelf().removeClass ('star_selected').triggerHandler('mouseout'); It's from a star rating I wrote, where I have 5 tags in a row. If you click on one it removes a class from it and all that follow it, and then fires the

[jQuery] $.ajax POST with JSON in IE6

2008-11-17 Thread Reepsy
I am sorry I cannot link to example pages due to security restrictions. So will do my best to describe the problem with comments in my JS. Firstly, I am using jQuery with jqModal to load a page partial into a modal window. That page partial contains a form. When it is submitted, I am capturing th

[jQuery] $.ajax POST with JSON in IE6

2008-11-17 Thread Reepsy
I am sorry I cannot link to example pages due to security restrictions. So will do my best to describe the problem with comments in my JS. Firstly, I am using jQuery with jqModal to load a page partial into a modal window. That page partial contains a form. When it is submitted, I am capturing th