Demo jquery support Izwebz group facebook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Demo</title> | |
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script> | |
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> | |
</head> | |
<body> | |
<form> | |
<input id="slider[5][img]" name="slider[5][img]" type="text" /> | |
</form> | |
<script type="text/javascript"> | |
$(document).ready(function() { | |
$('input[id="slider[5][img]"]').attr('value', 'xin chao'); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment