Good day. I decided to make a website, but because of my interesting ideas, I had to use the js-plugin.
So the essence of what, js-plug-ins have the settings of the plugin itself. They look like this:
//Вставляется в html-страницу, например pluginName(".main", { firstOption: "true", secondOption: false }); So, I want to remove these plugin settings, completely. Tell me, please, what to change, so that everything would work without:
//Вставляется в html-страницу, например pluginName(".main", { firstOption: "true", secondOption: false }); I understand that ".main" should be written somewhere in the js-file, but where?
Here is the plugin itself: http://pastebin.com/fgaydWae