开发者

Client side url validation script

开发者 https://www.devze.com 2023-02-05 09:41 出处:网络
I\'m looking help finding JavaScript or jQuery script to properly format a URL when user type in a textbox. This is an ASP.NET site

I'm looking help finding JavaScript or jQuery script to properly format a URL when user type in a textbox. This is an ASP.NET site

For example, if user typed in www.stackoverflow.com/something, i need a script开发者_如何转开发 to automatically correct it to http://www.stackoverflow.com/something when the textbox has lost focus or on validation, on the client side.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消