Skip to main content

Bug Tracker

Side navigation

#5843 closed bug (invalid)

Opened January 17, 2010 11:29PM UTC

Closed August 14, 2010 07:23PM UTC

issue with callback function in $().load

Reported by: rack72 Owned by:
Priority: major Milestone: 1.4.1
Component: effects Version: 1.4
Keywords: load,click,fx Cc:
Blocked by: Blocking:
Description

code below works perfectly well on 1.3.2.

with 1.4 , no "hello" alert

jQuery.fn.editquest = function(event) {

currentID = $(this).attr("id");

$(this).load("editquest.php?q="+currentID,function(event){

code cut

$(".bouton").click(function(){

alert("hello");

});end of click

event.stopPropagation();

});end of load

}end of function

Attachments (0)
Change History (1)

Changed August 14, 2010 07:23PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

The code snippet isn't enough to reproduce the problem.