Ok, lets take a step back. Lets say I want to just try and bind the
events, rather than using Livequery to see if this fixes the problem.
Since I want to bind the draggable UI, how would I do this? What kind
of event does the draggable get, click?
$("#adminEditListingB .itemHolder a").drag
I worked on another, simpler example of reloading the listing with a
link, and I get the same unwanted results.
In the iframe:
$("#refreshB").click(function() {
$.ajax({
type: "GET",
url: "http://www.mysite.com";,
beforeSend: function() {
2 matches
Mail list logo