Saved Bookmarks
| 1. |
How Can We Set The Page Title In Jquery? |
|
Answer» Below is the code snippet USED to set the PAGE TITLE: $(function(){ $(document).attr(“title”, “A4 ACADEMICS”); }); Below is the code snippet used to set the page title: $(function(){ $(document).attr(“title”, “A4 Academics”); }); |
|