c# - Jquery tab postback -


I am using jquery remote tabs with asp.net to load my .aspx pages. The problem is that if I have a main page named "Parent.aspx" which has the jquery tab and hair page "Page1.aspx", which is loaded through the remote tab in "Parent.aspx". When I click on Server Side Button on my page 1.aspx, you want to redirect the window to page 1.aspx. I want to stay at Paernt.aspx.

My code:

  $ (function () {$ ('# DivEmployee'). Tab (1, {remote: true});});  

I should add anything to achieve the above mentioned functionality

Please help. Thanks

Instead of leaving the page, open the link in the current tab

 "post-text" itemprop = "text"> < P>  $ ('# example'). Tab ({load: function (event, ui) {$ ('a', ui.panel) .click (function () {$ (ui.panel) .load (this .hff); return back;}}}} });  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -