Hey guys I seem to be having an issue with the accordion flickering in
Firefox but not in IE. It happens mostly with the Expand All and
Collapse All features. I am thinking it must be my CSS which I have
altered to create a custom box around the content. Can anyone help me
figure this one out? Her
Hello,
If two sites, www.domainA.com and www.domainB.com both use jQuery and
allow script caching.
(sample tag )
In browser, in user's computer, will the two sites use the same copy
of jQuery (assuming both running same jquery version) ?
What if both domain use jQuery hosted on Google (http://
Hello,
I'm using jquery Validation plugin (http://bassistance.de/jquery-
plugins/jquery-plugin-validation/) for client side validation.
On successful validation, I would like to display "Processing"
message (till new page loads - non AJAX post).
Please tell how to do so ?
( If triggered via
I did find the solution. Anyway, it worked for me.
Try to add :
appendTo: "body"
in your jQuery call, on your draggable items :
$(".draggable").draggable({
revert : true,
helper: "clone",
opacity: 0.7,
zIndex: 999,
appendTo: "body",
drag : functio
hi,
i have in input element where the user can enter multiple email addresses
(like in thunderbirds to: field)
i use autocomplete to make suggestions form the database when the user
enters new adresses.
then i want to validate the emailadresses before sending the email, because
the user can add em
Hello,
I'm trying to create a grid, using jqGrid-3.4.4, which can display
data from two columns in ONE jqGrid column.
One way to achieve this is to create another data column, on the
SERVER side, with combined data from required columns, and then assign
that column to jqGrid column.
Can this be
Hello,
I'm trying to create a grid, using jqGrid-3.4.4, which can display
data from two columns in ONE jqGrid column.
One way to achieve this is to create another data column with combined
data from required columns, and then assign that column to jqGrid
column.
Can this be done in jqGrid ? Ple
Thanks.
I created a custom formatter for checkbox column called
checkboxFormatter().
-
jqGrid - Custom Formatter
Hello,
I'm trying to create a grid, using jqGrid-3.4.4, with checkbox in one
of its column.
I have been able to create grid in which first click makes cell
editable checkbox, second click to set checkbox value and third ENTER
press to save value.
Requirements:
1. On clicking checkbox, it should
Hello,
We are starting a new ASP.NET MVC application and want to use an
jQuery Ajax grid.
I came across following options:
- jqGrid (better than Flexigrid because it supports editable cells)
- Flexigrid (looks better than jqGrid)
- tablesorter
- Ingrid
- jqGridView
- OTHERS?
Which is the best c
Hi,
If data in the table column is dynamically generated using python
method and fed :
like: str(num)+' test'
the column sorting does'nt work based on numbers in the text. Any
clue, if I have to write a new parser?
If I directly feed values in column like:
3 test
5 test
8 test
then sort wor
I am using tablesort on table ,where data in cells are formatted by
python methods. So data in the column is not sorted correctly.
eg: if the data in a column of table is put directly as
6 users
10 users
2 users likewise..
Then the sort works based on numbers in the data.
But if I generate
Trying to run a function when a form in an iframe is submitted. The form is
submitted from a parent frame. When running the function from within the
iframe (button on the form), the submit function works as it should. When
submitting the form from "outside" the form, the submit function does n
Greetings All!
I have a form in an iframe that I need to run a function on when the form is
submitted. This same procedure occurs on a form that isn't located in an
iframe and it works great.
Now, I am able to submit the form within the iframe using jquery as follows
(this code is located in
14 matches
Mail list logo