jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
0
votes
0answers
220 views
jQuery Cycle Next/Previous Buttons inside “nav” div
EDIT: I added the HTML for where I am currently placing the images. The CSS is literally just a simple position:absolute; bottom:5px; and left/right depends on how many slides are up at the time.
If ...
1
vote
0answers
105 views
position().left is null or not an object (IE only)
I want to popup an image if caps lock is active. It works fine on FF and Chrome. But as almost always not on IE (8). It states
'position().left' is null oder not an object
I also tried ...
2
votes
1answer
813 views
jQuery 1.9 backward compatibility issue?
I am trying to use a jQuery plugin on my site which uses jQuery 1.6.2. When I change the jQuery version to 1.9 the plugin no longer works. I thought there was a backwards compatibility feature in ...
0
votes
1answer
92 views
jqgrid disable an html button in loadComplete event
I have a jqgrid in my page and outside the grid there is a button like the following:
<input type="button" id="mybutton" value="click here" />
On document ready I am disabling and hiding the ...
0
votes
1answer
824 views
Test if event handler is bound to an element in jQuery by delegate() method
I have a question similar to this one, however there is one important difference. The method provided in the accepted answer works properly with "directly" bound events. It does not produce results if ...
0
votes
1answer
521 views
jquery 1.6.4 is not compatible with IE8 [closed]
Looks like jQuery 1.6.4 ain't working fine with ie8. What other version is suggested for ie8 ?
-1
votes
2answers
370 views
Conflict from JQuery 1.5.2 to Jquery 1.6 or higher
i have a problem with this code and i cant't find the problem. It works with JQuery 1.5.2 and lower, but not with JQuery 1.6 and higher.
Here is the code and thanks for your help!
...
0
votes
1answer
676 views
jQuery 1.6.2 mouseup not firing
This code runs well with jQuery-1.3.2.min.js but doesn't run with jQuery-1.6.2.min.js .
$(function(){
$(document).mousedown(mouseUpAfterDrag);
function mouseUpAfterDrag(e) {
/* You can ...
0
votes
1answer
620 views
What does e.body is null mean in jQuery?
I don't understand, FireBug started to show "e.body is null"
)}return this.pushStack(d,a,e.selector...a:a+"px")}}),a.jQuery=a.$=f})(window);
on line 18 from jquery.min.js using version 1.6.2.
I ...
1
vote
3answers
202 views
Function not working on jQuery 1.6.x (but worked on 1.5.x)
This works in 1.5.2, but doesn't on 1.6.2. The button won't get 'enabled'. I think it has to be with the .attr
How could i fix this?
function checkMessageForm() {
var message_chars = ...
1
vote
1answer
2k views
jQuery 1.6.2 bind no longer functioning with drag events?
I am trying to use .bind() with 'dragenter', 'dragover', and 'drop' so I can drag a file from my desktop to my browser.
Please see attached jsfiddle. http://jsfiddle.net/v82An/23/
$(function(){
...
0
votes
1answer
124 views
Why does this increment/decrement code work with jquery 1.3 and not with 1.6?
This code allows me to change the value of a number box on a form using jquery. It works with 1.3 but not with 1.6. Can anyone explain why?
$(function() {
$("form div").append('<div class="inc ...
1
vote
1answer
2k views
asp.net mvc 3 unobtrusive client side validation not working in ie
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css"
rel="stylesheet" type="text/css" />
<script ...
0
votes
2answers
503 views
Script not working when migrated from jQuery 1.3.2 to 1.6.2
This script runs well with jQuery-1.3.2.min.js but doesn't run with jQuery-1.6.2.min.js .
Can anyone help me to fix this?
function moveScroller() {
var a = function () {
var b = ...
2
votes
2answers
608 views
jquery 1.6.2 issue using .prop() for checked and disabled [duplicate]
Possible Duplicate:
.prop() vs .attr()
Please take a look at this fiddle:
http://jsfiddle.net/DGzvP/
$("#test").prop({
checked: true,
disabled: true
});
...
1
vote
3answers
137 views
jQuery selector for uncommon tag ID
I have this tag ID, pretty uncommon:
<select name="/State" id="/State">
It seems I cannot use jQuery selector $('#/State') to select this object.
I can select it using $("#\U002FState"), but ...
17
votes
6answers
7k views
Select link by text (exact match)
Using jQuery, I want to select a link that contains exactly some kind of text. For example:
<p><a>This One</a></p>
<p><a>"This One?"</a></p>
...
2
votes
0answers
245 views
jQuery ajax call does not launch callback when data type is 'script'
For example with jQuery 1.5.2 or smaller this code will log 'ololo' in FireBug console:
$.get(
'some_url',
{ data: 'some_data' },
function() {
console.log('ololo')
},
'script')
Same with ...
1
vote
1answer
187 views
help fix iCheckbox to work with jQuery 1.6 (works with 1.4.4)
I need help getting a jQuery plugin (iCheckbox) to work with jQuery 1.6
I set up an example here:
http://jsfiddle.net/mikkelbreum/HAGMp/
If you load jQuery 1.5.2 instead of 1.4.4 the sliding ...
1
vote
4answers
671 views
jQuery 1.6 type property is undefined
I can't seem to get the type property in jQuery 1.6
<div id="div_id">
<input type="text" value="foo" />
<input type="text" value="foo" />
<input type="text" ...
0
votes
2answers
381 views
jquery 1.4.2 working for iCheckBox and not jquery 1.6
I am using this jquery plugin for Apple like checkbox button.
However when I use jquery version 1.4.2 it works perfectly but when I try to use jquery version 1.6. that plugin doesn't work.
I tried ...
15
votes
2answers
657 views
Move div with arrow key in jQuery 1.6.1 does not work
In JQuery 1.6.1, we can supposedly use += or -= with css() just as we can do with animate(), but this isn't working. Does anyone see a problem with the code?
$(document).keydown(function(e) {
...
3
votes
6answers
5k views
Possible bug in jQuery 1.6 - $(…).attr(“checked”) is not working
I have two radio buttons on my form and up until I started using jQuery 1.6 the following code worked fine:
<input type="radio" id="radio1" name="test"/>
<input type="radio" id="radio2" ...
4
votes
3answers
108 views
Is there a way to select all elements with a certain property value?
I'm building a fairly simple plugin with jQuery that validates a form. When an element is assessed to be valid I run
$(this).prop("valid", false);
In certain instances I'm going to want to block ...
15
votes
2answers
4k views
Setting a control to readonly using jquery 1.6 .prop()
With the release of jQuery 1.6, the recommendation on SO has been to generally start using prop() where you used to use attr().
What happens when I want make an element readonly?
...
6
votes
3answers
8k views
Disabling an element in jquery 1.6
With the release of jQuery 1.6, the recommendation on SO has been to generally start using prop() where you used to use attr().
What happens when I want to disable an element?
...

