Line 7: | Line 7: | ||
var usa = "Not Found"; | var usa = "Not Found"; | ||
//usa = $("#user_item").contents().filter(function() { return this.nodeType === 3; }).text(); | //usa = $("#user_item").contents().filter(function() { return this.nodeType === 3; }).text(); | ||
− | $("#a").html( | + | $("#a").html(usa); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 05:52, 1 September 2018
Text box is blank!