jquery.qs.infobox jQuery Widget (Document! X Sample)
create Option
jQuery.qs.infobox Namespace > options type : create Option
Widget creation function.
Syntax
// Get value
var value; // Type:  any
value = $(".selector").infobox("option", "create");

// Set value
var newValue; // Type:  any
$(".selector").infobox("option", "create", newValue);
var create : any;
Browser Compatibility
8
5
5
See Also

Reference

options type
infobox jQuery Widget