I too would like to get an idea of the use of History/Remote and Live Query. I don't know if I can divorce Live Query from my existing solution, so I very much need to have an idea of how to use these two plugins together successfully.
If anyone has any insight, no matter how small, I'd love to hear it. In the meantime I'll keep plugging along. --Carl Anderson On Oct 13, 8:41 am, gimperdaniel <[EMAIL PROTECTED]> wrote: > Can someone please help?I have been stuck with this for about 2 weeks now. I > have also tried listen and the otherhistoryplugin. > > > > gimperdaniel wrote: > > > I will try to explain myself as clear as possible: > > > I have usedAjaxin the past. Not with jquery though. I have been working > > with jquery for about a month. So I know some, but definitely still > > learning. > > > I downloaded Livequery: > >http://jquery.com/plugins/project/livequery > > > And had no problems. I got all myajaxrequests wrapped up with livequery. > > > Then I found out aboutHistory/Remote: > >http://www.stilbuero.de/jquery/history/ > > > And I had no problems getting it to work, except when I wrap it with the > > livequery function. > > > As I understand, this is the basic livequery function: > > > $('a') .livequery('click', function(event) { > > > return false; > > }); > > > and this is the basicHistory/Remote function: > > > $('a.remote').remote("#divID"); > > > $.ajaxHistory.initialize(); > > > I combined both this way: > > > $('a.remote').livequery(function() { > > > $(this).remote("#divID"); > > > }); > > > I removed the "click" from the livequery function because it was causing > > redundancy. That's probably because thehistoryremote already has the > > click > > in it. > > > The problem is: > > > BecauseHistory/Remote is inside the livequery, the page refresh and page > > bookmark wont work. It only works after you click the first time on a > > link. > > Thus only the forward button and back button work. > > > If I make an instance ofHistory/Remote outside livequery then the links > > get > > all messed up and call the main page inside itself. > > > Since I am new. I think I not using livequery properly. My links in the > > HTML > > are used just like in the example ofHistoryremote. > > > Again, I can get both of them to work, I just cant figure out how to use > > them together. > > > I appreciate any help. > > > PS: I really like jquery. Way easier to learn then mootools > > > -- > > View this message in context: > >http://www.nabble.com/Livequery-and-History---Remote-togehter.-Help.-... > > Sent from the jQuery General Discussion mailing list archive at > > Nabble.com. > > -- > View this message in > context:http://www.nabble.com/Livequery-and-History---Remote-togehter.-Help.-... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.