File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
jQuery-with-HTML-Templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < title > Test AJAX with XMLHttpRequest </ title >
6+ < title > Test AJAX with Web Fetch API and VueJS </ title >
77 < script src ="https://cdn.jsdelivr.net/npm/vue@2 "> </ script >
88</ head >
99< body >
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < title > Test AJAX with XMLHttpRequest </ title >
6+ < title > Test AJAX with Web Fetch API </ title >
77</ head >
88< body >
99< div id ="books "> </ div >
Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6- < title > Test AJAX with jQuery</ title >
6+ < title > Test AJAX with jQuery and HTML template </ title >
77 < script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
88</ head >
99< body >
You can’t perform that action at this time.
0 commit comments