After some events in a tab, I would like to reload it. I need to send a parameter to the page that loads into the tab.
The following reloads the page: $(“#tabs”).tabs( ‘load’ , 6);
But, how can I send a parameter with it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Then you can grab the url variables and adjust your tab accordingly (i just did this on a project no more than an hour ago!!)
Code taken from snipplr.com