Currently I'm using the default ajax type to open popups with Fancybox (1.3.4) because I need the popup to size (width and height) to its content. And the content isn't inline. They're separate HTML...
I'm trying to use the jQuery Validation plug-in on a form on my site. Two problems -- it doesn't seem to work and I want to use alert boxes for the errors.
Using jQuery, I'm animating an insect graphic (DIV) out onto the screen and was trying to use repetitive (and too many) .animate method to try and simulate the insect hovering around in the same...
My issue is not really with the query page. It works fine. I was just hoping that the if I pass the wrong apikey to the page -- that nothing would be returned. Instead, it returns a 1. I don't know...
So I've made some tweaks. The issue I'm still having is with the apikey. If I send the wrong apikey -- it still returns "available". I'm apparently missing something here.
I'm trying to adapt an existing cURL API script to my site and am having some trouble generating the results that I need. And help would be greatly appreciated. Thank you.
I think I'm really close on this one. I'm trying to create a function to animate an h5 heading and the background color of its parent. On its own it works fine. Now, I'm just trying to call it as a...
I've been using a foreach loop to update ONE field in multiple records of a database from a form. That has worked fine but now I need to update MULTIPLE fields for multiple records.
I'm apparently missing something here. I'm trying to use a text link to show/hide a form. Since there are multiple links and forms on the page -- I'm trying to use .next().
This still isn't doing what I need it to do. Now, it's just replacing the #slideTitle DIV with the word "#slide1" -- as opposed to the CONTENTS of the #slide1 DIV -- which is what I need.