Esri / calcite-maps

A Bootstrap theme for designing, styling and creating modern map apps.
http://esri.github.io/calcite-maps/samples/index.html
Apache License 2.0
238 stars 173 forks source link

Can we still use JavaScript to open/close widgets? #225

Open cot-rui opened 5 years ago

cot-rui commented 5 years ago

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') })