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
Post a Comment