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

How html5 canvas tag works with asp.net mvc?

I have an asp.net mvc web application. Here in 1 module I want to show a signature pad for the user to have electronic signature whatever he uses either a mouse or a touch pad(Ipad etc). I am ...
0
votes
0answers
3 views

Is there a “onsuccess” method for detect user's position on google maps api?

I'm trying to call a function when I've detected user's position, but the only way that I've got to ensure it was using setTimeout() function. How can I get it without it? _detectUserLocation: ...
0
votes
1answer
17 views

jquery ajax submithandler function does not work

Somehow my code for the ajax submithandler does not work. I want to have the form (myForm) being submitted by the user only when jquery validate() validates the form correctly. Form validation works ...
0
votes
0answers
6 views

emberjs didInsertElement not called

I'm fairly new to emberjs and have stumbled upon a problem when attempting to utilize the didInsertElement event. I've create a JSFiddle where you can see that the handlebars templates are actually ...
0
votes
1answer
41 views

Ajax not reaching 'success' for login form

The success part of the ajax function is never reached. I've spent hours on it, still no success. The code has been stripped of virtually everything necessary just to try and remove any possible ...
0
votes
2answers
37 views

Delay fadeIn() in a for-loop

I created a menu with Jquery FadeIn animation, i want to open the menu when my mouse is hover but i also want to fadein the previous tab content. This should works like this : My mouse is one the ...
0
votes
1answer
24 views

Finding the number of sentences or lines in a paragraph in order to re-size its borders?

I am having trouble with a jQuery function that I have created for my news page. What I would like to be able to do is find the number of rows/lines/sentences in an amount of text ( a few paragraphs ...
0
votes
0answers
13 views

“TypeError: can't convert undefined to object” with GreaseMonkey script

I have the following GreaseMonkey script. It basically adds a button to a page that already has a lot of buttons. Clicking that added button should trigger w/e function is associated with clicking all ...
0
votes
1answer
49 views

How to highlight a button in html page when i click on it?

How to highlight a button in html page when i click on it?? I have four buttons on the page, when I click on one of them i want that to be highlighted. the buttons are used to pass data to a ...
0
votes
1answer
35 views

.attr() get <img> content

I have a application that is using Jquery UI. to create a drag and drop sortable picture list. These pictures are inserted in to the <li> of a <ul>. Through the below code, I am able to ...
0
votes
1answer
16 views

Jquery Mobile is repeating content dynamically created

I'm creating a Jquery Mobile page and I want to repeat its header in all pages. So I decided to do it via Jquery, where you can see below. a) this is the header content: var header_content = '' + ...
0
votes
0answers
11 views

jQuery - my function gets reference of wrong DOM object

I've created my own hover function that changes opacity of text. It looks like this: jQuery.fn.menuHover = function () { var object = this; $(object).css({'opacity':'0.2'}); ...
2
votes
2answers
11 views

can't select text after making input only numeric

This problem seems to happen in webkit based browsers (chrome and safari). Not Firefox. After constraining certain input fields to only numerics and a : I'm no longer able to select the text or move ...
0
votes
7answers
49 views

Modifying HTML elements using jquery

I am trying to use jquery to add and remove a class from <li> elements according to a variable's value ( i ). Here is a jsfiddle of what I have done so far http://jsfiddle.net/LX8yM/ Clicking ...
-2
votes
1answer
22 views

Can't float left when filtering items in jQuery

I'm working on this page: http://broadcasted.tv/fallshow.php Basically, I'd like the images to float to the left when they're being filtered but they won't. They did about 15 minutes ago and I made ...

1 2 3 4 5 22531
15 30 50 per page