[jQuery] Re: History Remote Post

2007-12-01 Thread ogurec
Hi, if i have ajax search form and submit different search query 3 times can i go back and see results for every search separately? > > Unless you're submitting forms via Ajax form submits can't be > "historized" with thehistoryplugin or any otherhistorymanager. All > these solutions need the fr

[jQuery] Re: problem setting up idTabs on ajax success callback in IE6 sp2

2007-11-27 Thread ogurec
Demo (modified page of History/Remote - jQuery plugin) is here - http://www.zone.ee/ofilez/js/xendi.html (free hosting, click skip advertising) (also you can get directory listing at http://www.zone.ee/ofilez/js/ ) Click the link "Load Chapter 1". (it loads http://www.zone.ee/ofilez/js/chapter-

[jQuery] problem setting up idTabs on ajax success callback in IE6 sp2

2007-11-25 Thread ogurec
Hi, when i try to initialize idTabs on successful ajax request it fails in IE6, but works in FF2, Opera 9 and Safari for Windows. Anyone else had such problem? Is there a solution? Thanks in advance.

[jQuery] Re: How to use history remote with search results

2007-10-14 Thread ogurec
Thanks Klaus, that was helpful

[jQuery] How to use history remote with search results

2007-10-12 Thread ogurec
Hi, i use history remote plugin and i try to make it work when i send request from search form. I tried this approach: $('#search_form').submit ( function() { var aurl = this.action; var adata=$(':input',this).serialize(); $.ajax (