javascript - Jquery stopping spaces in inputs -
i have following page , cannot find out why form not allow spaces in fields.
i have reduced jquery issue if remove line 20 jquery include can input spaces.
any advice should appreciated.
the problem gallerific.js
file have included on page.
this intercepting keydown events - search 32
(which character code space) in js file , can see key events intercepting. executing "preventdefault" means event not propagate input fields.
disable plugin, or why intercepting form entry on site.
edit
actually, set option false plugin:
enablekeyboardnavigation: false,
Comments
Post a Comment