I want to implement a .draggable class for all elements in my document using an existing identifier using jQuery 1.4.2
<div id="blabla">asdsda</div> -> OK <div>dsds</div> -> NOT OK
Is it possible?
I tried: $("*[id!=null]") but I am not working: s
jquery jquery-selectors
div1n
source share