Reputation: 10946
I want to jquery tabs dynamically but there is an error on console.
Please Visit This Link
Upvotes: 2
Views: 425
Reputation: 17487
$("#tabs").tabs("add" , "http://google.com" , "A newTab" , [2] );
You are missing the leading $.
Upvotes: 3