jquery - What does this code wrapping in brackets do within a class atributte? -
This is the first time I have seen this code:
& lt; Div id = "extruder left" square = "{title: 'our network', url: 'parts / extrusor lift' 0}} & gt; & Lt; / Div & gt; & Lt; Div id = "extruder left1" class = "a {title: 'leandanda', url: 'parts / extrusor left 1.html'}" & gt; & Lt; / Div & gt;
is a jquery plugin, I'm sure it's an HTML constructor, the plugin is called here:
& lt; Script & gt; $ ("# ExtruderLeft1") BuildMbExtruder ({status: "left", width: 300, extruder opacity: .8, on a single open: function () {}, on ext content load: function () {}, on excl.: Function () {}}); & Lt; / Script & gt;
Is this a good practice?
Thanks a lot!
As you are specifying an example of the plugin, you should go through it, this HTML Constructor is.
Comments
Post a Comment