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

jQuery post request cuts off posted data on page change

I have a noticed a strange phenomenon in my LAMP environment. Over the frontend I execute an AJAX post request with jQuery like this: $.post('save.php', data1: d1, data2: d2, [...], dataN: dN) The ...
0
votes
0answers
8 views

Is there any plugin for this kind of slider in jquery

![Please send me the link if you saw this kind of slider1 Please send me the link if you saw this kind of slider
0
votes
0answers
3 views

Sortable Doesnt work for Multiple Div

I want to do sorting of Div By drag & Drop method, At this code when I will drag & drop any of the then the elements Get shifted last in the column But I just want to sort it according to my ...
0
votes
0answers
6 views

How can I disable click action on SWF Object?

I'm looking for a way to go to a URL when clicking on a SWF OBJECT. I have tried wrapping an HREF around an OBJECT and I find the HREF opens in one window and another window opens and gives a 404 ...
0
votes
0answers
19 views

jQuery AJAX Success callback

I'm using knockoutjs and have multiple ajax calls in my project in different script files. I want to streamline the calls into one utility script and I have implemented the following: Script File A: ...
-2
votes
0answers
19 views

Jquery Drag objects

I am facing when I drag object in jquery. Description: I have a Div Maindiv in this div there is mupltiple divs inside it as inner content with absolute position and z-index. Problem is this when i ...
0
votes
0answers
8 views

Redrawing elements ignores user-scalable=0 in Android Browser. Why?

This is the meta tag <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> Problem - I wanted to force a redraw (to ...
0
votes
2answers
23 views

How do I load a php include into a page with ajax whilst the page is loading

I have a php include which takes awhile to load because PHP has to fetch a lot of data. I don't want to slow the whole webpage loading waiting for this include so how can I load this one include with ...
0
votes
0answers
17 views

How to display datas from two $.each() function in jquery as two columns in MVC?

Hi I'm selecting FeatureName from PlanFeature table and returning it as a JSONRESULT to GETJSON and the code for the following is: this is the CONTROLLER logic in MVC: public JsonResult ...
0
votes
0answers
8 views

Issue between Swipe JS and Scroll JS

I'm working on a website where I want to combine two javascript's, but they refuse to work together. My knowledge of Javascript is not so good (still learning) so i'm hoping that anyone of you can ...
0
votes
6answers
38 views

jQuery clear all classes and ids except some

I am stripping all classes and ids of a div including its children by : jQuery('#menu-main-menu').find("*") .removeAttr('id').removeAttr('class').end(); but there is a problem, The above code ...
0
votes
0answers
8 views

selenium webdriver can not click jquery tree

Selenium webdriver can not click jquery tree. <td id="xmlExportForm:j_id216:j__id217:4::j_id218:handles" class="rich-tree-node-handleicon rich-tree-h-ic-line-node"> <div> <a ...
1
vote
0answers
7 views

RequireJS with Multiple modules

I have developed JavaScript based web applications in the past and am now trying to understand RequireJS. Almost all web apps have pages which would require some common JS and some page specific JS. I ...
0
votes
0answers
15 views

how to load marker on button click event

I had created a gMap in javascript. While loading the map, the marker also loads along with map.I want to load the marker after clicking the load marker button. How to do that? JS: var geocoder = ...
0
votes
1answer
26 views

How to insert value into textfield using javascript?

Javascript $(document).ready(function() { var originaltext = $('#editable').val() $("#editable").keydown(function(e){ if(e.which == 9) { ...

1 2 3 4 5 21392
15 30 50 per page