Muhammad Usman
Muhammad Usman

Reputation: 10946

How to add jquery tabs dynamically

I want to jquery tabs dynamically but there is an error on console.

Please Visit This Link

Upvotes: 2

Views: 425

Answers (1)

jeffjenx
jeffjenx

Reputation: 17487

$("#tabs").tabs("add" , "http://google.com" , "A newTab" , [2] );

You are missing the leading $.

Upvotes: 3

Related Questions