Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
0answers
5 views
using jquery 2.0 in JavaScript environments where the code needed for old-IE compatibility
today i read new features of jquery version 2.0.
jquery said :
As promised, this version leaves behind the older Internet Explorer 6, 7, and 8 browsers. In return it is smaller, faster, and can be ...
0
votes
0answers
5 views
Open jqGrid from edit form jqGrid
I'm looking for a funtion to open jqGrid from the edit-form of a jqGrid. What I have now is that after every cell in the edit-form of a table, I have a button. If you press that button jqGrid loads a ...
0
votes
0answers
8 views
What's the issue with background image on iphone?
I've used the SpryTabbed Plugin. There are three tabs.
I have changed the height of a background image on the onclick event of every tab. The image heights set on the onclick event are different for ...
0
votes
5answers
27 views
Bind click event function to a dynamically-created element
I'm creating elements using an Ajax request. I want to bind a function to each element to run in its click event. How can I do this? Here is my code where I generate the elements.
...
0
votes
0answers
11 views
X - editable input editable on click on other element
I have an x-editable input, which I'm using to edit usernames. The default action of the element is when you click on itself, you can edit a value. But I want to enable click on the element's ...
0
votes
1answer
7 views
How to retain the 0 value after the view page is rendered?
My Code on View page:
Html.LabelFor(x => x.StartTime, new {@class = ""}), Html.TextBoxFor(x => x.StartTime, new
{
...
0
votes
1answer
11 views
Jquery validations not working without page refresh in jquery mobile
I am using jquery validate.js for validating my contact form in my jquery mobile application.
When I load the page through url or page refresh the validations seems to work perfectly.
But when I ...
0
votes
5answers
30 views
Attaching click event to a table seems not working
I have a table with some results in 2 columns, and one checkbox. When the checkboxes are clicked I should put the clicked or selected ones in a div in the same page.
Tht html generated is like this:
...
0
votes
1answer
12 views
Nested select lists and loading information
I have the following code of two select lists the second one is showed information depending on the selection of the first one :
<head>
<script type="text/javascript" ...
0
votes
0answers
16 views
Jqgrid: TypeError: $(…).jqGrid is not a function
I am trying to use jQgrid but it says TypeError: $(...).jqGrid is not a function. Following is the code. I have added jquery.jqGrid.min.js and jquery.jqGrid.src.js. What am i doing wrong?
<table ...
0
votes
0answers
15 views
site is not working properly on ipad
Hi I am making a site on price comparison site, site is working properly on desktop but on iPad it is not working properly. there is a shortlist button on product listing page(find link here), ...
-1
votes
0answers
3 views
how can I make the spy script pause on mouse hover then continue?
Hi I got a problem with a script called spy ...
I need to make it pause on mouse hover .. then continue when I mouse out ...
This the script code :
$('ul.spy').simpleSpy(3, 3500);});
(function ...
1
vote
0answers
13 views
jquery mobile trying to open all links in same page
here is my question I need to put a swipe effect to my 'li' to get next slide
for that I have used jquery mobile.
but after using that all navigation are trying open in the same page as an ajax ...
1
vote
3answers
16 views
jQuery if form field's part of value matches values in array, then
I want my email form filed to be validated by jQuery.
if user typed val() matches any values in array, i want to run some function before submitting.
ex.
if I type
abc.com is not in array. so OK.
...
1
vote
1answer
9 views
Close Jquery datepiker on date select
I have been using the jquery datepicker and it was working fine till the time I used custom validator and required field validator on the date textbox.
I have noticed that it is not closing on date ...