I have implemented a jquery tab, which displays a form with some fields into it. I want to access those field values through javascript that are displayed in the tab.
var element=$("#tabs").find(".ui-tabs-panel:visible");// get the all the Elements in the Tab var value = element.find('input[name=refId]');// get the input element(Hidden filed)
refIdForSearch=value.val(); // get the Value alert("Ref : "+value.val());
Leave a comment on Abdul Razak's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic