Drag and drop HTML5 demo Bhaumik Patel 6:19 AMDrag and drop with pure JavaScript using html5 var addEvent = (function () { if (document.addEventListener) { return function (e...Read More
Auto Suggest Keywords In Textarea Bhaumik Patel 11:28 AM Text area auto suggest keyword using bootstrap function doGetCaretPosition(ctrl) { var CaretPos = 0; if (document.selection) { ...Read More