Forum Moderators: open
JS and AJAX newbie here looking to learn a bit. Here is my problem that needs solved.
I have a list of items on a page. There is a button that when the user clicks it I need to add the item to a database. Right now I am just using good ol'html and php which obviously direct the user to another page. I want this all to be dynamic and have the button text change to 'added' once it is clicked and added to the db.
I really don't even know where to begin.
Mainly looking for some advice as to where to begin. Is there some framework out there that will handle this nicely? Thanks in advance.
You might want to take a peek here, as well: [w3schools.com...]