File tree 3 files changed +3
-3
lines changed
jQuery-with-HTML-Templates
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
< script src ="https://cdn.jsdelivr.net/npm/vue@2 "> </ script >
8
8
</ head >
9
9
< body >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
</ head >
8
8
< body >
9
9
< div id ="books "> </ div >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
< script src ="https://code.jquery.com/jquery-3.6.0.min.js "> </ script >
8
8
</ head >
9
9
< body >
You can’t perform that action at this time.
0 commit comments