coupe-r Posted July 19, 2011 Share Posted July 19, 2011 Hi All, The top of my page is where I have a search section with 2 options: 1 . Drop down box when as soon as you click a value, the page reloads with the URL changing (index.php?type=new). 2. Text box for last name with Submit button (index.php?lastname=Doe Once a search is completed, below my search section, I show results. My question is, can I use JQuery for my search section instead of having the page reload? I only want the <div id="results"> to update. If yes, can you point me to an example? Thanks for the help. Quote Link to comment https://forums.phpfreaks.com/topic/242344-jquery-with-values-in-the-url/ Share on other sites More sharing options...
Maq Posted July 19, 2011 Share Posted July 19, 2011 http://api.jquery.com/jQuery.post/ The last example is exactly what you want: Example: Post a form using ajax and put results in a div Quote Link to comment https://forums.phpfreaks.com/topic/242344-jquery-with-values-in-the-url/#findComment-1244677 Share on other sites More sharing options...
coupe-r Posted July 19, 2011 Author Share Posted July 19, 2011 Thanks man!!! Quote Link to comment https://forums.phpfreaks.com/topic/242344-jquery-with-values-in-the-url/#findComment-1244679 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.