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.
Please reopen with a minimal but complete test case including the javascript and html required to reproduce the problem.