[jQuery] Live Query + History Remote plugin issues

2007-10-23 Thread Tane Piper
Hey folks, I've hit a snag in developing my application, and I'm hoping someone out there can help. I have been using Live Query on my app now for a few weeks and everything has been working great so far. At the weekend, I decided to introduce the History remote plugin into my app, so the back

[jQuery] live query

2007-10-03 Thread bluejam
Hi Im adding an element to Dom on fly, I then want to add an action to that element, i've tried live query but it is adding the action to ALL elements not just the one i referenced.: This is being added to: Clothing / Accessories »Tailoring which works fine, now im referencing the rel="sec" an

[jQuery] Live Query doesnt find it, standard selection doesnt find it... whats wrong?

2007-09-06 Thread ethanpil
Hi, I apologize for the long post. I have been working on this for hours and I dont know where to turn to... I am working on a task list of sorts. Ungrouped Tasks are listed individually at the top, followed by task groups: Here is relevant html:

[jQuery] Live Query and tables problem

2007-09-04 Thread Jean
Is a very simple example and dont works =/ $('tr').livequery('mouseover', function(){ $(this).addClass('hover');}); t has no properties [Break on this error] t = t.className || t; jquery.js (line 349) and in $('tr').livequery('mouseout', function(){ $(this).removeClass('hover');}); elem.classN

[jQuery] Live Query with Draggables

2007-08-28 Thread Theodore Ni
Hey guys, I'm having a spot of trouble combining live query with interface draggables, and I'm afraid I don't have the time to study the internals of both plugins (I'm in midst of trying to meet a deadline), so I hope you guys can briefly explain how both work. When I am dragging something, does