[jQuery] tabs plugin help
Hi everybody
I'm using Klaus' tabs plugin and was wondering how to return or pull
out information like attribute values from the clicked tab.
Is anything like this possible?
$("#mycontainer").tabs({ onClick: myFunction(args) });
Sorry if that's unclear. I can think of a slightly longer way to do
things by finding the currently selected tab but was hoping there's a
more elegant solution. Nice plugin by the way Klaus!
Rob