Skip to content

Instantly share code, notes, and snippets.

@anhtuank7c
Created February 12, 2016 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhtuank7c/84cdb3bf743f0d180407 to your computer and use it in GitHub Desktop.
Save anhtuank7c/84cdb3bf743f0d180407 to your computer and use it in GitHub Desktop.
Demo jquery support Izwebz group facebook
<!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