Esri / calcite-maps

A Bootstrap theme for designing, styling and creating modern map apps.

Home Page:http://esri.github.io/calcite-maps/samples/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we still use JavaScript to open/close widgets?

cot-rui opened this issue · comments

commented

I can't seem to use the Javascript way in Bootstrap to active Tabs, etc. Are these functionality still available/visible?
I got errors saying tab is not a function.

$('#myTab a').on('click', function (e) {
e.preventDefault()
$(this).tab('show')
})