skip to Main Content

how to pass JavaScript value to PHP page – Jquery ajax

It is showing undefined function in PHP page.And i made every possible way it is not working for me.Please guys help me with this. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> </head> <body> <div id="myDiv">Welcome to stackoverflow</div> </body> <script> $(document).ready(function(){ var…

VIEW QUESTION

Can you suggest me the right syntax for this? – SEO

What I am trying is, when the mouse is over the link of #first-block1, the link of #first-block2 should get underline. Only through CSS not javascript. #first-block1:hover { #first-block2 { text-decoration: underline; } } <p><a id="first-block1" href=""><span style="color:black;">yoast.com</span> <span style="color:#515A5A">>…

VIEW QUESTION
Back To Top
Search