Hi,
I am dynamically creating a tabstrip using tabstrip.append method as below,
tabStrip.append( { text: Name, content: "test" })
Now I want to add content to this tabstrip using the div tab dynamically.
something like,
$("#tabstrip-4").addContent(); --> I want to attach a jquery function which will populated the value in this div tag.
I am not sure how to get back the DIV id of the newly created tab when using tabstrip.append function. Can someone please help?
Thanks,
Barani
I am dynamically creating a tabstrip using tabstrip.append method as below,
tabStrip.append( { text: Name, content: "test" })
Now I want to add content to this tabstrip using the div tab dynamically.
something like,
$("#tabstrip-4").addContent(); --> I want to attach a jquery function which will populated the value in this div tag.
I am not sure how to get back the DIV id of the newly created tab when using tabstrip.append function. Can someone please help?
Thanks,
Barani