Opened 13 years ago
Closed 13 years ago
#5504 closed bug (invalid)
$.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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please reopen with a minimal but complete test case including the javascript and html required to reproduce the problem.