NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 459 forks source link

jeditable select onblur doesn't work #107

Closed AW-HTK closed 11 years ago

AW-HTK commented 11 years ago

hi, thanks for this project, but i have some probleme. i have this code: http://pastie.org/pastes/8420943

all work fine, i have all my option in the list, but after i select, and in blur, the select options are always showen. even when i click the submit botton. Ps: ajax function work fine when i click outside. using Version 1.7.3

AW-HTK commented 11 years ago

thanks for your help

AW-HTK commented 11 years ago

the probleme was that i forget the return ligne: return(value); now all work fine. http://pastie.org/8424384