jquery - Draggable & sortable widget define settings inline -



jquery - Draggable & sortable widget define settings inline -

i using this tutorial define widgetindividual setting inline on individual pages. how can this. whenever seek add together inline doesn't work. illustration below:

$(function(){ draggablewidgets.init({ widgetindividual : { intro : { movable: false, removable: false, collapsible: false, editable: false } } }); });

jquery draggable sortable

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -