Line 2: | Line 2: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
− | var | + | var usa = "Not Found"; |
− | + | usa = $("#user_item").contents().filter(function() { return this.nodeType === 3; }).text(); | |
alert(username); | alert(username); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 05:40, 1 September 2018