http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.8.0.min.js http://ajax.aspnetcdn.com/ajax/jquery.mobile/1.2.0/jquery.mobile-1.2.0.min.js
Chrome Frame Dojo Ext Core jQuery jQuery UI MooTools Prototype script_aculo_us SWFObject WebFont Loader
<script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load("jquery", "1.7.1"); google.load("jqueryui", "1.8.16"); </script>
var foo = $("#id").val(); $("#id").val('sample');
$("input[@name=bar]").val();
$('#id option:selected').text(); // ほげ
$('#id option:selected').val(); // 1
$('input[name=foo]').is(':checked') $('input[name=foo]').attr('checked')