Skip to main content

Bug Tracker

Side navigation

#5504 closed bug (invalid)

Opened November 12, 2009 07:16PM UTC

Closed November 14, 2009 10:15PM UTC

$.ajax succes .html(...jscript alert...) => all dropdown in pag error

Reported by: ilie Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: ajax success html javascript alert dropdown select open Cc:
Blocked by: Blocking:
Description

in mozilla 3.5.5

$.ajax({

type: "POST",

...

success: function(msg){

jQuery("#abc").html(msg); msg with html and jscript alert

}

});

//after success all dropdown (<select>...</select>) in current page will not open.

Attachments (0)
Change History (2)

Changed November 14, 2009 10:07PM UTC by dmethvin comment:1

Please reopen with a minimal but complete test case including the javascript and html required to reproduce the problem.

Changed November 14, 2009 10:15PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed