jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.

learn more… | top users | synonyms (3) | jquery jobs

0
votes
0answers
3 views

Google Maps Infobox capable of displaying JQuery UI Widgets

Is Google Maps Infobox capable of displaying JQuery UI Widgets? I tried inserting JQuery Tabs to the simplest infobox example but it didn't work. And to prove that I included the right CSS/JS files, I ...
0
votes
0answers
10 views

jQuery: animate if else scroll function

I have a scroll function set up so when the window scrolls beyond 50px, the .header-wrap div animates from a height of 140px to 70px, ideally what should happen then is when you scroll back less than ...
0
votes
0answers
9 views

A button or box with mouse hover

How can I make a button or something, where you can hover over the box or button and see a small page. Go to https://www.youtube.com/watch?v=HGSUZwvFqG0 and hover over a name in the comments and you ...
0
votes
0answers
15 views

Add/remove row dynamically with drop down in it using javascript

I have project that I must make form that user can add education in it. I succeed to add and remove dynamically with (just) input in it, but I get problem when I put drop down list in it. The code is ...
0
votes
3answers
24 views

How can I use $(this) in JQuery to animate these images?

I have three thumbnails. When the user moves their mouse over them, i wan't to fade them from partial opacity to full opacity, and back again when their mouse isn't over them any longer. I have this ...
0
votes
1answer
16 views

Default behavior of <a> (href) inherited by its children?

Demo on jsfiddle.net HTML: <a href='http://www.jsfiddle.net'><span>link</span></a> Script: $('span').click(function(event) { window.open('http://www.google.com'); ...
0
votes
0answers
7 views

Creating Dependent Dropdown list

I am trying to create a 3 layered drop down list menu for my automotive company, I need each drop down menu to be dependent on the previous selected option. For example: CAR MAKE: BMW BODY STYLE: 3 ...
0
votes
1answer
11 views

What would cause an element to display properly in Firefox but not in Chrome or Safari?

I have a page that I added modals in. Now the footer will not display the grey background. This problem is not affecting other pages. And everything functions fine. The only challenge is the backround ...
0
votes
0answers
9 views

Grab input from textbox and paste with preformated insertText link to textarea box

So all I'm trying to do is grab whatever the user inputs into a text box and have it paste at the endof a preformatted script I have assigned to the insertText link ultimately into a textarea box. ...
0
votes
1answer
26 views

jquery add multiple css classes to an element

So I am trying to add another css class called popup to an .each function. jQuery: $.each(data.photos.photo, function(i, photo) { var imgURL = 'http://farm' + photo.farm + ...
0
votes
0answers
4 views

trying to modify current jquery ui datepicker to show range

I have this working fiddle (http://jsfiddle.net/sunnyday195/3FC7n/) and although its working somewhat I still need it to do 2 more things: when you focus in on the return I want to show the current ...
0
votes
0answers
5 views

customize button for JQuery Form Plugin

I've got a form in which I upload a file using the JQuery Form Plugin. I would like to customize the upload button and have it submit onchange. Below you can see that I've hidden the form and replaced ...
0
votes
1answer
18 views

Repeat conditions without reloading the page

I have this code here, which seems to work great only after I reload the page. How can I do this multiple times without reloading the page? jQuery(document).ready(function($) { var language_name ...
0
votes
0answers
4 views

FlexSlider - magnify effect?

I use FlexSlider. Can I achieve effect similar to this slider? As you can see, inactive slides are visible, but smaller. When you change the slide, some part of it is magnified, but the rest is still ...
0
votes
0answers
11 views

MVC Fully qualifying URLs by default

I'm adding some CMS like functionality to my web app. As part of this functionality, I will download the source from a part of my customer's website and display the source in an iframe on my website. ...

15 30 50 per page