mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Overwrite CRLF with LF
This commit is contained in:
@@ -229,14 +229,22 @@
|
||||
$(document).bind("change", function(){
|
||||
jQuery("#boundChange").blink();
|
||||
});
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> Overwrite CRLF with LF
|
||||
$("#text_submit").addSubmitTest("#textSubmit", true);
|
||||
$("#password_submit").addSubmitTest("#passwordSubmit", true);
|
||||
$("#submit_submit").addSubmitTest("#submitSubmit", true);
|
||||
$(document).bind("submit", function(){
|
||||
jQuery("#boundSubmit").blink();
|
||||
});
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
|
||||
>>>>>>> Overwrite CRLF with LF
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user