Tagged Questions

0
votes
0answers
513 views

Using JQuery add TabPanel dynamically to AJAX TabContainer in an iFrame

I have an aspx page that contains a button1 and an iFrame (src=AnotherPage.aspx). AnotherPage.aspx contains AJAX TabContainer. Now on click of the button1, I need to add a TabPanel dynamically to the ...
0
votes
2answers
322 views

Adding the Jquery tab panel to a specific div

I was sure there was an answer to this question already but I've spent several hours looking with no luck. This is my basic setup. <div id='container'> <ul id="tabs"> <li>Tab ...
0
votes
1answer
2k views

Using RichFaces jquery to add another class to a tab

I have a rich:tabPanel with several tabs in it. I want to use jquery to record changes on each tab so that when a change is made within a tab I change the background image of the tab. It looks like ...