Ajax Layer JavaScript DHTML




script.aculo.us Drag and drop functional test file






script.aculo.us Drag and drop functional test file


w/o hoverclass



### DROP HERE ###

Droppables.add('cart', {onDrop:function(element,dropon){alert('w/o hoverclass, should be \'product_id\':' + encodeURIComponent(element.id) + ', dropon should be \'cart\':' + dropon.id)}})
 <-- drag this!
new Draggable('product_id', {revert:true})

w/ hoverclass



### DROP HERE ###

Droppables.add('carth', {hoverclass:'hoverclass123',onDrop:function(element, dropon, event){alert('w/ hoverclass: should be \'product_id\':' + encodeURIComponent(element.id) + ', dropon should be \'carth\':' + dropon.id)}})


           
       
scriptaculous-js-1.6.4.zip( 139 k)