[jQuery] .load and asp.net postback
I am having a problem with the .load and a asp.net postback. I load a
div with a page called myquickcart.aspx on the page and it works
great. But when I click a button on the parent page that causes the
postback it goes directly to myquickcart.aspx intead of posting back.
My server isnt being hit at all so I have no clue why its posting back
to myquickcart.aspx and not the parent page? Any ideas?