[jQuery] get serializeArray of form which should not contain some elements having certain names

2010-01-02 Thread csplrj
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 have

[jQuery] Re: menu hover question

2009-12-29 Thread csplrj
I think something similar to menu used in http://www.colourlovers.com/ Is that so? CSJakharia On Dec 26, 7:53 pm, Šime Vidas sime.vi...@gmail.com wrote: You should put your submenus inside the top-level menu items like this ul liFirst item ul liFirst item of

[jQuery] Re: JQueryUI Dialog custom html code instead of button

2009-12-29 Thread csplrj
Basically I want a label 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 csp...@yahoo.co.in wrote: I want to make a provide custom look and feel and would like to use my own html code instead of simple input

[jQuery] JQueryUI Dialog custom html code instead of button

2009-12-26 Thread csplrj
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

[jQuery] Re: delayed reaction

2009-12-26 Thread csplrj
See if this can help you http://cherne.net/brian/resources/jquery.hoverIntent.html CSJakharia On Dec 26, 5:11 pm, fran23 f...@lavabit.com 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: titledelayed

[jQuery] I am using jQuery Validation and facing Stopping Script in IE7

2009-12-21 Thread csplrj
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

[jQuery] Dynamically added dom object does not works with jEditable Plugin

2009-10-04 Thread csplrj
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(div

[jQuery] Re: $ not recognized even though jQuery library referenced

2009-10-04 Thread csplrj
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

[jQuery] The menu jumps when I try to animate.

2009-02-18 Thread csplrj
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

[jQuery] Re: Event.target is Parent Child in IE but in Firefox it is child Element

2008-10-28 Thread csplrj
Yes I am facing this on real project But should not JQuery handle this issue as JQuery is meant for crossbrowser? CSJakharia

[jQuery] Re: Event.target is Parent Child in IE but in Firefox it is child Element

2008-10-27 Thread csplrj
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

[jQuery] Event.target is Parent Child in IE but in Firefox it is child Element

2008-10-26 Thread csplrj
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

[jQuery] ScrollBar issue with Tab key in input controls

2008-10-20 Thread csplrj
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

[jQuery] Re: JScrollPane not working in some pages

2008-09-07 Thread csplrj
I got that working by putting height to the div tag Bye for now CSJakharia

[jQuery] JScrollPane not working in some pages

2008-09-06 Thread csplrj
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