The greatest test of courage on earth is to bear the defeat without losing heart..
$("#text_box_url").blur(function() { var input = $(this); var val = input.val(); if (val && !val.match(/^http([s]?):\/\/.*/)) { input.val('http://' + val); } });
No comments:
Post a Comment