Jaycee Diaz

Results 2 issues of Jaycee Diaz

Hi, Is it possible to drag list item1 to item3 and then rather than sorting it out, it will swap item1 to item3 which results from item1->item2->item3 it will become...

Im using phonegap developer app in mobile. Here is my index file ``` Mac Address Example function getMac() { alert('test'); window.MacAddress.getMacAddress( function(macAddress){alert(macAddress);},function(fail) {alert(fail);} ); } Get Macs Address ``` alert('test')...