Bug Tracker

Modify

Ticket #3605 (closed bug: invalid)

Opened 5 years ago

Last modified 4 years ago

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@…
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.