I have the following CSS and HTML. I have the main div's background as an image, I want to fade the image bu not the entire div. When I run the following code the fade entire div fades but I j...
I want to replace the content of #leadHead
My code does not work.
I am getting a couple of Javascript errors in IE7 relating to a custom jQuery plugin that I wrote. The plugin works fine, but the Javascript error is annoying and needs to be dealt with.
Th...
i am developing a mouseover flyout popup.
it has some issues.
* once i move the mouse from list item "next" on to the flyout, it should not close! now it closes.
* need to align the top o...
Hello experts.
I 'm using the tutorial from jquery search :http://www.coldfusionjedi.com/index.cfm/2009/4/8/ColdFusion-jQuery-and-Search-Example.
Using this solution:http://www.experts-excha...
Hello
i m usint jquery corner but it's working fine in firefox and chrome but it showing problem in internet expoler and showing white background in behind the internet explorer.
here is...
I am implementing jquery form validation and would like to have the input field background color changed depending on the validation status. (red on error and green on success)
I got to a p...
I want to move the position of my div to a different place in the DOM.
Using jQuery I want to do this:
<input type="text" name="q" id="qsearch" size="10" value="search" onFocus="if (this.value=='search') this.value=''" onBlur="if (this.value=='') this.value='sea...
Hi all,
I'm quite new to jQuery and I want to use one plugin, the jquery-json:
http://code.google.com/p/jquery-json/
I'm attaching the js like this:
<script type="text/javascript" sr...
Hi i visited this website:
http://www.netflix.com/BrowseSelection
and got a good glimpse of when a mouse moves over a slideshow of movies, a tooltip like window opens and display informa...
I am a newbie here...
I have some code that I have inherited that I am working with. Simple show/hide div stuff. (code A)
The div #share_your_system is the div that I need to work with....
please go to this page .
http://www.imblog.info/nettuts/demos/droppable/panel.php
there are 2 sliders
horizontal one is working fine
i need to animate the vertical slider like the horiz...
Hello Experts,
After a lot of pain and experimentation I have finally managed to get Tinymce to update to submit via the Jquery Form plugin. However, for some reason it will only work in Fi...
I read http://www.webreference.com/programming/javascript/jquery/form_validation/
to learn about writing own validation method.
However, if I do not select an option in drop down, it st...
I'm using javascript and jquery to run a rotating banner. The end user would like to have the image fade out after each image that would rotate every 6-7 seconds. they'd also like to have ...
All,
I have a need to move a hidden div which contrains a forum, a drop down menue, and a submit buttion into another div based on a onClick action.
At the present time i have the page s...
I'm trying to find a jquery function or plugin that allows for a left navigation to enable expand/collapse using a plus/minus sign. The html will be aq bunch of unorderedlists. If you are oin ...
The following code uses jQuery to make text blink. (Thanks, hielo)
Now I want a way to make it stop blinking with display: none
Hi,
I am very new to JQuery and need in a hurry to get a menu working.
The code I have works fine but the part that has me stumped is this. I need when you expand a menu item to have eac...
I have a e-commerce ticketing app that has multiple ticket types... each with a select drop down for quantity i.e. 0 - 10...
How do I validate that someone has selected a quantity of 1 or...
I am searching for a slideshow which should move from left to right or right to left continously. i mean images should be in a scrolling mode without any pause.
well i searched a lot but i ...
Hi Experts, I am new to JQuery. I have built a jobs board www.ittesters.com ( early days still in dev).
Each job is listed in a box with a background image.
Users can select more info ab...
Hello,
While still new to jquery, I can't figure out why my example does not work.
Why can't I select the hidden field?
thanks
I am using jQuery tabs. I open multiple tabs. Then, the user can enter a value in an input field on one particular tab's page. When they do that, I want the title of the tab to match. I have...