rascle Posted June 21, 2011 Share Posted June 21, 2011 Hi, I am trying to create some code with either AJAX or preferable JQuery. Basically I want it so that when someone clicks on a link ("Add to Favourites") the JQuery sends the data to a seperate page, using GET and on the current page displays a confirmation message ("Successfully Added to Favourites"). I want this to happen without going to a new page. I have managed to do this using HTML and PHP but dont know how to go about getting the JQuery to do what I want above. I have looked on Google for tutorials but couldnt find any that fit my criteria. Does anyone have any ideas what I should do, and if this is even possible? Thanks Rhys Link to comment https://forums.phpfreaks.com/topic/240022-havent-got-a-clue-where-to-start/ Share on other sites More sharing options...
fugix Posted June 21, 2011 Share Posted June 21, 2011 To learn more about jquery. Visit the jquery documentation link located in my signature Link to comment https://forums.phpfreaks.com/topic/240022-havent-got-a-clue-where-to-start/#findComment-1232957 Share on other sites More sharing options...
rascle Posted June 21, 2011 Author Share Posted June 21, 2011 I know the basics of JQuery but still dont know how to do what I want above, I have looked at the documentation, and dont know what I should be looking at, any ideas? Thanks Link to comment https://forums.phpfreaks.com/topic/240022-havent-got-a-clue-where-to-start/#findComment-1232963 Share on other sites More sharing options...
fugix Posted June 21, 2011 Share Posted June 21, 2011 On the page that I gave you. Search for jquery's Ajax API Link to comment https://forums.phpfreaks.com/topic/240022-havent-got-a-clue-where-to-start/#findComment-1232984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.