4 (b) Observe the following code snippets of a web page written using Javascript and/or jQuery. For each code snippet: (1) explain what it does (at your best, on the basis of the little information provided), (2) say if, after the web page is initially loaded, its execution requires further communication with the server or it is handled at the client’s side: 1. $ (“p”).find (“.odd”) . load (“text.txt”); 2. $.get (“subscribe.php”, function (a,b) falert (a);
OR
OR