Line 4: | Line 4: | ||
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.innerHTML = usa; | |
}); | }); | ||
</script> | </script> | ||
+ | <p id="a"></p> | ||
</html> | </html> |
Revision as of 05:46, 1 September 2018