zelect
zelect copied to clipboard
zelectItem is choosing the text not the val?
The zelectItem function is picking the text and not value of the option and when i pick one the correct item is not selected, what happens is that the value I send gets set. Example: $('#current').zelectItem(248); appears 248
it should appear "Ricardo" which is the name of that ID.