Posts by Anderson Santos • 31 points
2 posts
-
3
votes2
answers57
viewsA: Manipulating data from Ajax
You can do the following, put an id on the tag <ul>, remove the tags <li> from within the tag <ul> and within the success from your ajax, mount these tags right into javascript.…
-
0
votes1
answer230
viewsA: How to pass javascript from ". js" to HTML
I believe you have to move your html, the way you did the result is just text and you’re not calling the function. Try this change using javascript instead of within HTML. Include an id for your tag…