Skip to main content

Bug Tracker

Side navigation

#3168 closed bug (invalid)

Opened July 17, 2008 04:53PM UTC

Closed July 22, 2008 01:39AM UTC

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?

Attachments (0)
Change History (1)

Changed July 22, 2008 01:39AM UTC by flesler comment:1

component: coreevent
resolution: → invalid
status: newclosed

Check out this link.