jQuery-Form-Validator icon indicating copy to clipboard operation
jQuery-Form-Validator copied to clipboard

insertLeft only if input is not empty

Open betsim opened this issue 5 years ago • 0 comments

I add "http://" on an input "URL" with insertLeft. Works fine if a URL is provided, but gives an error, if the field is emtpy, so the input only contains "http://". Is there a way to only insertLeft the input "URL" when it's not empty?

betsim avatar Apr 02 '19 09:04 betsim