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
8 views

Move and remove Listbox item to another listbox using jQuery in same places

I have 2 multi select boxes like as in this link. jsfiddle.net/bdMAF/38/ [http://jsfiddle.net/bdMAF/38/][1] But When i add from one first select box to second select box it is working fine for ...
2
votes
1answer
25 views

How to remove class colorbox if display:none

I try to remove class colorbox when style display:none il someone can help me, thank you HTML <li class="portfolio-item" style="display: none;"> <div class="item-image"> ...
1
vote
1answer
20 views

Find and display in a div all checked checkboxes titles using a button

I have a huge form with many check-boxes. In a specific area I am displaying a total amount that occurs from the values of the checked check-boxes. I would like to display all the titles or alt of the ...
0
votes
0answers
4 views

jQuery setInterval delays the timer before showing it

I'm trying to make a website with 9 timers. But the timers show up after 1 second. The code I use setInterval for each of these timers. $(document).ready(function(){ setInterval(function ...
2
votes
0answers
8 views

Phonegap parse external HTML

I'm wrinting on a PhoneGap app that has the HTML and Javascript for the Navigation local and it should load the contend from the Web. I don't have direct controll over the content Server so I can't ...
0
votes
1answer
37 views

Can't edit css styles for :before, :after?

I have this styling: section.tipos .content > div:before { background: none repeat scroll 0 0 #DDDDDD; content: " "; height: 10px; left: 32%; position: absolute; top: ...
0
votes
0answers
13 views

jQuery fadeOut > get/load > fadeIn

Good evenin, basically my problem is, when trying to fadeOut div, load by ajax the new content, and fadeIn that new content, my parent div will lose the "opacity:0" from fadeOut the moment the ...
0
votes
1answer
14 views

check all check boxes only in one table

I have multiple tables with rows of check boxes and want to perform a select all if the header check box is selected. I am trying to do this with jQuery without parsing or passing in the table id. ...
2
votes
3answers
18 views

JQuery .html() function seems to cache unecessarily in IE

I have this small problem with my MVC program, when run with IE: I have a JQuery function which goes to a controller to get a partial view, which is loaded into a destination <div> element. ...
1
vote
0answers
28 views

Making fluid 3x3 grid display of 9 divs

Fiddle | FullScreen In the code above, i successfully managed to make a 3x3 grid of 9 divs (8 cloned via jQuery). The grid is centered horizontally but not vertically. Is there any not too complex ...
-2
votes
1answer
35 views

jQuery, $.ajax how to work in ie7, 8 or 9?

my below ajax code not work in ie 7,8 or 9, for ie data not display, how to fix it? <script type="text/javascript"> $(document).ready(function () { $.ajax({ url: ...
3
votes
1answer
35 views

How to detect one element sitting on top of another

I have this situation: I need to detect situation when element sitting on top of another. This is SVG elements: <circle r="210.56" fill="#1ABCDB" id="01" priority="4" cx="658" ...
0
votes
1answer
38 views

PHP AJAX JQUERY load page

I'm using the code below to load the results from a database query in a PHP page: <a href="results.php?item=itemId">click me</a> $('.item > a').click(function(){ var url = ...
1
vote
0answers
7 views

Knockout bindingHandler for jQuery SelectBox

Has somebody written a knockout bindingHandler for jQuery SelectBox ? If not, can somebody point me to a good example for how to write a bindingHandler to a "custom dropdownlist" ? Thanks!
0
votes
4answers
42 views

Is there any chance of this page not loading?

Hi I want to use a fade in effect on a website so that when the page finishes loading, it fades in the content. The reason being is because of some absolute positioned elements loading first things ...

1 2 3 4 5 21668
15 30 50 per page