calling in jquery - what is it about?
- Calling the switch plugin
- This plugin will auto-initialize on any page that contains a
select
with the data-role="slider"
attribute. However, if needed you can directly call the slider
plugin on any selector, just like any jQuery plugin:
- $('select').slider();
This what does this "calling" do?
The jqm manual assumes the user already knows But where to find out?