Bug Tracker

Opened 15 years ago

Closed 15 years ago

#3605 closed bug (invalid)

ASPX Page Events are not getting when i load into a DIV tag.

Reported by: Shiva.Adluri Owned by: brandon
Priority: major Milestone: 1.3
Component: event Version: 1.2.6
Keywords: ASPX Events on DIV Cc: shiva_addluri@…
Blocked by: Blocking:

Description

Hi,

I have created a div and i am loading a aspx to a div, it is loading the page to a DIv. but i am not getting any button events of that page(Aspx).

My code follows here,

<script type="text/javascript">

function getMyAspx() {

$('#div2').hide(); $('#div2').load('Default.aspx div#ContentDiv',

function() {

$('#div2').slideDown('slow');

} );

}

</script>

#Content div is having Two Text Boxes and one Submit Button... please let me know any thing that i missed here(for events).

Change History (1)

comment:1 Changed 15 years ago by dmethvin

Resolution: invalid
Status: newclosed

There isn't a reproducible test case here, and the problem sounds like it may not be where you expect. Can you refine this, perhaps with the help of one of the jQuery discussion forums, and reopen the ticket if you are able to narrow it down? You may be able to use Firebug with Firefox3, or the new IE8 debugger with a tool like Fiddler, to figure out what is happening.

Note: See TracTickets for help on using tickets.