Search code examples
javascriptjqueryhtmljquery-tabs

How to add jquery tabs dynamically


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

Please Visit This Link


Solution

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

    You are missing the leading $.