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

how to pass model with jquery ajax post with datetime

On my button click i am passing model to the controller with datetime objects in that in my local database it is working fine but when i upload to server the datetime value is taking null.how to ...
0
votes
0answers
12 views

echo php variable inside jQuery function

i have this PHP variable set in joomla 2.5 template file $datestart = date('Y-m-d g:i', strtotime("+1 week")); $dateend = date('Y-m-d g:i', strtotime("+30 days")); and when i echo this <?php ...
-1
votes
3answers
12 views

Target an id in html from jquery and make all others of it's kind disappear

This seems to be a question no one has had before, so I would like to ask it now. In html say you have a few links, they're all part of the same class but have different IDs such as Link 1 Link 2 ...
0
votes
1answer
16 views

How can I reset form data that is at before current page

I have created one JSP page to insert user information and to show inserted info: To get my insert data pag I have a link eg: mysite/insertInfo First accept user information and validate them. If ...
0
votes
0answers
2 views

Highlight Specific Dates in jQuery Using DatePicker

I would like to highlight a date & add message to that date when I drag the mouse on it. the code is:- <head runat="server"> <title>HoliDayHighlight</title> <link ...
0
votes
1answer
9 views

Image slider wont fade

I am trying to make a jquery image slider, but for some reason the fade in is not working. Here is my code: function startSlider() { count = $('#slider>a').size(); loop = ...
-1
votes
0answers
5 views

Google Maps: panTo location on click

I am working with elements outside of the map div, and I want it to pan to a location once a certain element is clicked. Code: for (i = 0; i < locations.length; i++) { $.each(locations, ...
0
votes
1answer
12 views

OnBeforeUnload should not run for some links and buttons

I am using the following JS for confirmation before leaving a page in an MVC application. window.onbeforeunload = function() { return 'Any Unsaved data will be lost !!'; } This works fine, ...
0
votes
3answers
13 views

jquery scroller with bootstrap

I am using the bootstrap framework and use this plugin for the div scrollbar http://manos.malihu.gr/jquery-custom-content-scroller/ if you click on the tab 1 the div with content will be there. but ...
0
votes
0answers
22 views

Canceled ajax action after clicking on link

I'm quite new with jquery but I wanted to add a quick preview of notes for users after they move mouse on the title of the note. But also, after they click on it I wanted them to edit the note. So I ...
1
vote
2answers
18 views

Increasement number not rising in for loop

I am trying to figure this out. I have 3 buttons id (test1, test2, test3) in my HTML! In my jQuery I have an click function in a for loop like this: $(document).ready(function() { for (var i = 0; ...
0
votes
1answer
8 views

how to place datatable column filter on top

iam using jquery datatable latest version,i want to use individual column filter on every table, so am using column filter plugin, but am getting search boxes in footer only, i want to place in the ...
0
votes
1answer
18 views

How to solve jquery Twice script execution with dialogs?

I have a dialog ($('.dialog').show()), that writes a form ($.post('/form/xyz', null, function (data) { $('.dialog').html( data );} )). That form has an script (javascript/jquery) like this: ...
-1
votes
0answers
25 views

Required Jquery News Ticker [on hold]

I want Jquery News Ticker. I have tried some tickers and they worked prefect. But My requirement is below: Suppose News Ticker is running and it shows share company name and its price. Now current ...
0
votes
1answer
50 views

How to print error to div tag?

i have two files index.php and code2.js in inde.php i have defined four pre tag like this <pre class="codeguru">hsduic</pre> Let us now look at how PHP determines the data type depending ...

1 2 3 4 5 22349
15 30 50 per page