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

How to disable a radio button but not it's label?

Okay so I am working on an html page using javascript I am disabling my radio buttons when the form they are on gets submitted but this causes the labels to get grayed out. I don't want the labels to ...
0
votes
0answers
3 views

Conflict Prototype and Bootstrap dropdowns

When using Prototype and Bootstrap I have a problem with Dropdown-menu. Pressing (3) li element with hidden drop-down unit: http://imgur.com/a/a8HTJ Help, please fix the problem. Error is caused ...
0
votes
0answers
8 views

window.print() breaks on html video tag

My window.print() statements have been acting very strange and I finally narrowed it down to the videos in my html. I'll clarify strange, the print dialog only pops up after a page refresh or after ...
0
votes
0answers
3 views

fckediter removing formating in codeigniter

i am using FCKEditer with codeigniter and when i submit data to datbase, it remove formatting before submitting data. for example, if i submit <span style="color: rgb(255, 0, 0);">know-how in ...
0
votes
0answers
8 views

How do I load the following HTTP response in a Kendo UI treeview?

<ArrayOfNode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://....Controllers"> <Node> <notificationType>Test1 (20)</notificationType> ...
0
votes
0answers
56 views

Replacing DIVs jQuery

I've got this HTML structure: <div class="row"> <div id="game1">Game 1</div> <div id="game2">Game 2</div> </div> <div class="row"> <div ...
0
votes
2answers
51 views

Remove only one div with query

Here is the JsFiddle I have a button that will add a new header, textbox, and a link when it's click. But when I click on the remove link. It's removes every new item that was added. Html: <div ...
0
votes
1answer
26 views

Check label value

I've nested HTML label & input tags without for="" attribute for labels, so I can't check labels easily with just a selecor: <ul id="categorychecklist" data-wp-lists="list:category" ...
0
votes
1answer
7 views

JsonP with Cakephp

i am working on a cakephp 2.x and trying to implement the jsonP.. its my first time so dont know how can i do this $(function(){ ...
0
votes
1answer
9 views

Remove Fixed Class When Image Reaches A Certain Point on the webpage

I have a webpage that requires an image to scroll down as the page move. In order to do this in my css I have assigned its class the position value of fixed. However on the page I have a footer. When ...
0
votes
1answer
17 views

Allow touchmove for child element

I want to disable scrolling for my entire jqm web app but if you try to scroll on a div with a certain class, then scrolling is allowed So my scrolling div, .info has overflow:scroll applied to it ...
1
vote
3answers
30 views

Start and stop with the same div (javascript-jquery)

I want to start and stop an animation when click on the same div. $('div').click(function(){ //if is the first click -->do animation in loop //if is the second click--->stop animation }); ...
2
votes
6answers
41 views

Detect if a string contains a table

I have a question regarding checking the string. The string is from a ckeditor so user can input anything. The variable name is htmlData and it is like: test here<br /> <table border="1" ...
0
votes
0answers
13 views

How to refresh jQuery append with table data to a GridView on a button click

Here is the scenario, while click on a search button, appending the content of a GridView control with html table data(td) , the html table's data loading from a WebMethod. The problem is, when each ...
0
votes
0answers
3 views

Tooltip is not able to view on Translate position after panning Image on Canvas? Edited code

Following is the edited code of the above question. In this transX and transY is the translate co-ordinates which I am passing in the else statement. After panning when I hover on dataJSON points ...

1 2 3 4 5 22794
15 30 50 per page