Jump to content

My first simple Ajax powered comment system - doesn't work :(


V

Recommended Posts

Hmm well each script does something else. Plus I wouldn't know how to combine the Jquery effect with the Ajax part. Ultimately I sort of prefer just Ajax because I understand how everything works. Aside from the comment system I was able to make something with Ajax on my own without the use of tutorials. I wouldn't have figured it out with Jquery unless I copied a finished script. With Jquery all the back-end stuff are hidden. I may be wrong.. I'm still new to JavaScript but I like to stick with what makes sense

Link to comment
Share on other sites

As far as having to click the button twice, are you positive? Have you tried clicking the button one time and waiting a long time? Maybe it is working the first time.

 

I think a callback function is a good idea. Use it to empty all the input fields when the Ajax is complete. Also, it would be a good idea to do something that would notify the user that the script is running. Here's a REALLY simple example of something, but you could easily do something better. This will just give you the idea. Just put this at the beginning of your loadXMLDoc() JS function.

document.getElementById('myDiv').innerHTML += '<br \><br \>Loading...';

Link to comment
Share on other sites

I may be wrong.. I'm still new to JavaScript but I like to stick with what makes sense

 

While I agree with you in theory, the best thing about using a framework is you don't need to know the ins and outs of what goes on behind he scenes, you only need to know the frameworks API. jQuery makes Ajax and dom manipulation an absolute breeze. All the hard work & cross browser stuff is all taken care of.

Link to comment
Share on other sites

@FIfan, thanks! I'll implement the code function. Yes, I tried waiting a long time but nothing happens. I have to click twice. Maybe I have to clean up the script.

 

@thrope, I guess I should start learning more Jquery. 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.