javascript - Running a serverside PHP with JQuery slider -
i've been looking new project further learn php after finishing codecademy course... however, i've run dead end , think has ajax-part of it, can't figure out what/where , how it's going wrong. the code: <html> <head> <meta charset="utf-8"> <script src="https://cdn.jsdelivr.net/jquery/1.11.3/jquery.min.js"></script> <link href="https://cdn.jsdelivr.net/jquery.roundslider/1.3/roundslider.min.css" rel="stylesheet" /> <script src="https://cdn.jsdelivr.net/jquery.roundslider/1.3/roundslider.min.js"></script> </head> <body> <div id="slider"></div> <!-- use roundsliderui documentation this: http://roundsliderui.com/ --> <script type="text/javascript"> $("#slider").roundslider({ radius: 80, min: 0,