html - JQuery drop list item in menu -
I could not think of a better title, my apologies. Actually what I'm trying to ask:
I have many lists in which I pull and pull.
& lt; Ul class = "nav nav-tabs" role = "tablist" & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; Menu & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" & gt; Menu & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt; Quote of my jquery: $ (function () {$ ("# sortable1, # sortable2, # sortable3") .Softable ({connectWith: ". Connected Serial" // Update Method Here Normal }}}.
Now I have a menu and I can also drop a menu in the menu item so that I can get value in another PHP function
I have made a small example of what I have done now:
In the right direction, how can it be achieved?
I do something like this myself It may be possible to help someone in the future:
$ ("day menu"). Droppable ({accept: '.ui-state-default', drop: Function () {warning ('my post here');}});
Comments
Post a Comment