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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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