I want to get the array of all the formElements except some input type
having specific name. I know the normal way is $
('#form1').serializeArray() but how to use selectors to get me array
of all elements except some elements having given name as "method" and
"trId"?
Let me give you a example
I ha
Basically I want a to which I can attach my background image
or any css that I require to give it a fancy look
CSJakharia
On Dec 26, 4:24 pm, csplrj wrote:
> I want to make a provide custom look and feel and would like to use my
> own html code instead of simple input type=button in JQ
I think something similar to menu used in http://www.colourlovers.com/
Is that so?
CSJakharia
On Dec 26, 7:53 pm, Šime Vidas wrote:
> You should put your submenus inside the top-level menu items like
> this
>
>
> First item
>
> First item of the first item
>
See if this can help you
http://cherne.net/brian/resources/jquery.hoverIntent.html
CSJakharia
On Dec 26, 5:11 pm, fran23 wrote:
> Hello
> I'm looking for a solution that I couldn't find (good enough) by myself,
> yet. First let me please exposure some code:
>
> delayed reaction
>
>
> $(functi
I want to make a provide custom look and feel and would like to use my
own html code instead of simple input type=button in JQueryUI dialog
Is there any way that can be done without writing the custom html code
all by ourselves?
Thanks in advance
CSJakharia
Scripts
---
JQuery 1.2.6
JQuery Validation 1.5.5
URL: http://docs.jquery.com/Plugins/Validation
I have a form and have provided the validation to that form using
validator=jQuery("#xava_form").validate({
// the errorPlacement has to take the table layout into
Generally it should work without the below lines but then also try
this
Run this code before any jQuery Code runs and see
var $ = jQuery.noConflict();
CSJakharia
I downloaded jEditable from http://www.appelsiini.net/projects/jeditable
I have run the code as
$(".cont").editable(function(value, settings){
return value;
},{submit:'OK'}
);
Afterwards for some reasons, I add the following code
$("body").append("");
But t
In This link http://tradeera.com/demo/a.html
the menu jumps when u hover over "apple" in Firefox 3.0.3.
I can't understand the reason for the same?
Thanks in advance
CSJakharia
Yes I am facing this on real project
But should not JQuery handle this issue as JQuery is meant for
crossbrowser?
CSJakharia
I am using Firefox 3.0.3 and IE 6.0
If we scroll mouse over Menu1 then in Firefox the message comes "menu1
nav" but in IE it comes "nav nav"
Thanks in advance
CSJakharia
I have used Hover Event When I try to get event.target.id, I get the
inner child element in Firefox but in IE I get the parent element in
IE.
The example is at http://tradeera.com/sapphire/ ?
Is this a bug or some mistake from my side?
Thanks in advance
CSJakharia
In this http://tradeera.com/contact.html When the user tabs through
all the controls the ScrollBar does not goes down instead the whole
div goes down and so the whole scrollbar gets invisible till the time
we get to the last
i.e.
When we click the first textbox and then click Tab then the scrollb
I got that working by putting height to the div tag
Bye for now
CSJakharia
I have used JScrollPane from
www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
I have used JScrollPane in this link(http://7thsense.co.in/dbs/
services.html) but somehow its not working though its working on
other pages like http://7thsense.co.in/dbs/abt--milestone.html
Thanks in
15 matches
Mail list logo