[jQuery] Accordion Flickers in Firefox Only

2009-08-20 Thread Web Dev
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

[jQuery] Caching of javascript files

2009-07-31 Thread dev
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://

[jQuery] Display message on successful client side validation.

2009-07-20 Thread dev
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

[jQuery] Re: Can't drag items outside Carousel

2009-07-13 Thread Fanel Dev
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

[jQuery] howto: using autocomplete and validate (with remote) together

2009-06-30 Thread Hobbes Dev
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

[jQuery] Display data from two columns in ONE jqGrid column

2009-06-17 Thread dev
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

[jQuery] Display data from two columns in ONE jqGrid column

2009-06-17 Thread dev
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

[jQuery] Re: jqGrid with an editable checkbox column

2009-06-01 Thread dev
Thanks. I created a custom formatter for checkbox column called checkboxFormatter(). - jqGrid - Custom Formatter

[jQuery] jqGrid with an editable checkbox column

2009-05-29 Thread dev
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

[jQuery] jQuery Ajax grid

2009-05-26 Thread dev
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

[jQuery] Tablesorter related

2009-02-04 Thread Dev
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

[jQuery] Jquery tablesort - sorting problem

2009-02-04 Thread Dev
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

[jQuery] Form Submit Function

2008-04-30 Thread dynamic web dev
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

[jQuery] Re[jQuery] cognize iframe form submit

2008-04-29 Thread dynamic web dev
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