$(function () { var returnsValue; // Type: wijtabs // Parameters var index; // Type: number var url; // Type: string returnsValue = $(".selector").wijtabs("url", index, url); });
Parameters
- index
- The zero-based index of the tab of which its URL is to be updated.
- url
- A URL the content of the tab is loaded from.