Questions tagged [livequery]

Live Query utilizes the power of jQuery selectors by binding events or firing callbacks for matched elements auto-magically, even after the page has been loaded and the DOM updated.

127 questions
0
votes
1 answer

Remove child div when parent is selected again

I am using an n level selection chain using 99 points website tutorial, but when I try to reselect parent node, the corresponding child div isn't reset. I have searched all over StackOverflow and Google, but so far no luck. Error is with the…
Deadlock
  • 1,575
  • 1
  • 19
  • 34
0
votes
0 answers

How could i use livequery in google chrome extension

So i am new to this whole thing. I would like to use somehow a jquery plugin, livequery in my extension. How could i achieve this? I have tried to load it like this in the manifest. "js": [ "scripts/jq.js", "scripts/lq.js", "scripts/some.js" ] But…
rsz
  • 1,141
  • 1
  • 18
  • 38
0
votes
1 answer

Internet Explorer just does not like this jQuery code. (Livequery plugin)

This is code for a costume contest application I'm presently building. There will be a row of radio buttons 1-10 wrapped in labels that will all be individually clickable. Upon the click event, the form will submit, I do some post-processing and…
0
votes
1 answer

javascript event update

My ui-autocomplete should send ajax request to different path's. My script changes this path on change select event. But event do not updates and sends request to old url. I tried live(), on(), livequery(). nothing works. How to update event? My…
Michael
  • 548
  • 8
  • 30
0
votes
0 answers

Slidetoggle a div after all dynamic data removed from it, jquery

I have an application where the users add keywords to a div. They have the ability to add/remove keywords as long as they want. When they add the first keyword a div uses slideToggle to open the div and reveal the first keyword. These keywords get…
Jason
  • 59
  • 1
  • 2
  • 10
-1
votes
1 answer

Can someone tell me what's wrong with my jQuery live method?

I've created this simple time picker app but for some reason this snippet of code isn't working. I had it working (maybe it was my imagination). I have 4 radio buttons. With each button having a click event attached (using jquery's live method), I…
Loony2nz
  • 4,691
  • 6
  • 28
  • 31
-2
votes
1 answer

jQuery - code using element.on('click', ... inserting html onto page without the live "feature"

Existing code already uses .on to bind all over the place. I need to insert html into the page, but I have my own logic for initializing the html and binding the clicks and therefore for the piece I am about to insert, I would not like the live…
mjs
  • 21,431
  • 31
  • 118
  • 200
1 2 3
8
9