Wednesday, June 22, 2011

Name start with D came first, although i used ascending order

There was a space character in the name feild in the database. That was the reason for D came first :)

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...