Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have multi-select box,displaying cities.The user can select any number of cities at a time.When the user finishes selection,the jquery blur event is not getting triggered.If I do the same in javascript it works fine.The blur event gets triggered when the user releases the ctril key.

The city select box is populated when the user selects a country,and this is done using jquery ajax.

see this fiddle http://jsfiddle.net/Z6X8L/4/

Thanks in advance

share|improve this question
hard to troubleshoot invisible code – charlietfl Jun 23 '12 at 5:25
@charlietfl updated – RVP Jun 23 '12 at 7:13
can you put complete code which uses ajax as well? because here we got jsfiddle working as expected when blur event triggered. – Dharmavir Jun 23 '12 at 8:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.