Skip to main content

Bug Tracker

Side navigation

#3605 closed bug (invalid)

Opened November 14, 2008 09:53AM UTC

Closed January 17, 2009 05:39PM UTC

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@yahoo.com
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).

Attachments (0)
Change History (1)

Changed January 17, 2009 05:39PM UTC by dmethvin comment:1

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.