Opened 15 years ago
Closed 15 years ago
#3168 closed bug (invalid)
Content from $.get won't be affected by jQuery
Reported by: | Ultrag | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Getting a select box from a PHP file...
$.get("?ext=ajax&ajx=product_selection&dd_id=1", function(data){ $("#product_dd_conts").append(data); });
$("select").change(function(){}) won't affect this new select box. Any ideas to what i can do?
Change History (1)
comment:1 Changed 15 years ago by
Component: | core → event |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Check out this link.