Here is my code.
Everything works ok, so if I click outside of the textbox it goes back to the default size, but if I click on the submit button it goes back to the normal size too and doesn’t submit the datas. Can someone help me to fix that?
Here is my code . Everything works ok, so if I click outside of
Share
first your code not work because on blur function will fire before click event on button
so i change into this
HTML
CSS
JQUERY
so whole html click event will replace focus event, then you can do save data
I’ve test on my laptop it’s working fine
edit :
i was modify html click function to check what element to skip