[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-12 Thread Olaf Bosch
Jim Davis schrieb: The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: this: $('a...@href$="' + iframeHash + '"]').click(); to: $('a[href$="' + iframeHash + '"]').click(); -- Viele Grüße

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-02 Thread Jim Davis
The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: http://www.btruekennel.com/scripts/jquery.history_remote.js Thanks for the help, Jim On Sun, Mar 1, 2009 at 9:17 PM, Karl Swedberg wrote: >

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-01 Thread Karl Swedberg
The first thing I would do is check for any instances of the old xpath syntax for attribute selectors: [...@attribute]. For example: a...@href $ ... ] --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 1, 2009, at 9:00 PM, kingofthelowend wrote: I have

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-01 Thread kingofthelowend
I have the same problem! On Mar 1, 10:25 am, Jim wrote: > The History/Remote plugin (http://stilbuero.de/jquery/history/index.html > ) works great with jquery 1.2.6 but not 1.3.1. The load part of the > plugin works, but the history part is not working. Is there a fix or a > more current plugin