So, I am using the jquery plugin "easy slider" and have always had luck with it in the future. However, I am trying to link an rss feed (xml) to the <li> elements in easyslider (for the purpose of...
I am probably going about this the wrong way, but I just want my form to be submitted without actually taking me away from my form page. One suggestion was to place...
Let me clarify a little. When the submit button in my form is clicked, it doesn't actually have an "action=verify.php" property to the form tag. It just pops up a lightbox and says "thank you."...
In theory, would it be possible for the curl function to send form data when submit is pressed (onclick)????? Basically, I have an ajax lightbox that pops up when a form is submitted and says "thank...
That worked, but I had problems trying to place the value into a php variable so that I could send it to my database. I am guessing that is not possible because of the whole clientside/serverside...
Would you mind sharing the querystring thingy? I am curious to see it :) As of now, I am going to see what I can do with the code you just provided. Thanks for your help and I will get right back to...
Is there any particular way for me to pass a variable to a lightbox that works as an iframe using ajax/jquery? I have a form that can be filled out and when the viewer presses the "submit" button, a...
Is there any particular way for me to pass a variable to a lightbox that works as an iframe using ajax/jquery? As you know, when my button is pressed, I cannot use the post method since the form...
This seems to work alright, except that when you press the "ok" button in the alert box, it takes you to the verify.php page. It should stay on the form page.
That works, but I changed it! Also, I added my validate_all(); function. However, it still doesn't work correctly. I need the link to be dead unless all fields validate. My ajax lightbox doesn't seem...
http://defunkt.io/facebox/ this is the link to the plugin example that works. It under the "AJAXES" header row. Thanks for your time DanInMA, and I really appreciate you helping me out. I know I am...
GOT it to output $firstname by using the GET method on my verify.php page. However, if I keep pressing the button, it stacks verify.php pages on top of each other within the lightbox. Can I just...