Hi, I am loading a jquery tab using Ajax. If i place the $('#tab').tabs(); method in the main page it doesnot work and it works when place the query in the loading jqury tab file
The problem i am facing is , when i load the jquery tab element more than one to a div ,the events/methods for the buttons placed in the tab triggers more than one.The method/click event for the button i used for creating new Tab. The below link shows the problem(Simple Example). I am trying to create the UI as Yahoo Mail.
The problem i am facing is , when i load the jquery tab element more than one to a div ,the events/methods for the buttons placed in the tab triggers more than one.The method/click event for the button i used for creating new Tab. The below link shows the problem(Simple Example). I am trying to create the UI as Yahoo Mail.