[jQuery] Re: History/Remote - jQuery Plugin

2007-05-28 Thread Klaus Hartl
Mandy Singh wrote: Thank you Klaus. All my major issues have been solved including writing a pagination model on top of it and handling the highlighting of the active link (refresh wasn't being taken care of by your library). So, only one thing remains - the double request that sometimes happ

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-25 Thread Mandy Singh
Thank you Klaus. All my major issues have been solved including writing a pagination model on top of it and handling the highlighting of the active link (refresh wasn't being taken care of by your library). So, only one thing remains - the double request that sometimes happens and once it happens

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-25 Thread Klaus Hartl
Mandy Singh wrote: Hi Klaus, Thanks for sending that link across. I will take a look into it. However, do you have any pointers to my other question? {If you land on the page with your remote div populated with the first result directly from the backend, then click on 2nd link and populate

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Hi Klaus, Thanks for sending that link across. I will take a look into it. However, do you have any pointers to my other question? {If you land on the page with your remote div populated with the first result directly from the backend, then click on 2nd link and populate results in the remote di

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Klaus Hartl
Mandy Singh wrote: Anyone on how I can handle this? This is really necessary for this plugin to be useful to me. I am sure people have faced this before, can someone not help? I'm sorry, I'm super busy and I cannot give support right now. The double loading is a timing issue and a fix was a

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Anyone on how I can handle this? This is really necessary for this plugin to be useful to me. I am sure people have faced this before, can someone not help? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: Ben, The this.id is just referring to the id of the element (anchor tag with class

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Ben, The this.id is just referring to the id of the element (anchor tag with class remote) that I am clicking on. I just wanted the hash to be customized based on the id. That works fine. Biggest worry is how to get back to default state work fine - it shows an empty box because of _defaultStat

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Benjamin Sterling
Do you have a url we can look at? I am not sure what this.id is refering to, I think is should be $(this).attr('id'); On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: anyone? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: > > Hello Klaus, > > Thank you for a wonderful plugin. > > Apart

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
anyone? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: Hello Klaus, Thank you for a wonderful plugin. Apart from the lack of documentation (for beginners who cant figure everything out reading your code :), I am facing the following issues: I am using the plugin from here: http://www.sti