[jQuery] Need help in accorion Menu.

2009-02-19 Thread Ashish
Dear Team, I hope , I am asking a help to the right team... I am new to JQuery and I amusing a accordion menu and have a challenge in opening and closing the panel based on a Flag. On post back I need to check the flag and If flag is true, I need to open it. or else it should be closed(all

[jQuery] IE 7 not displaying expandable icon

2008-12-23 Thread Ashish
I am using treetable plugin...http://plugins.jquery.com/project/ treetable Please see following http://www.woodranchit.com/casetree/ On IE the expandable icon is no showing. I guess it to be issue with margin-left: -19px; padding-left: 19px; in IE7. On FF and Safari it works fine. Please

[jQuery] Re: IE 7 not displaying expandable icon

2008-12-23 Thread Ashish
Fixed by adding position:relative in css plugin author already had zoom: 1 as IE hack. zoom:1 by itself was not sufficient . added position:relative to it and worked perfectly. Thanks to two amazing software - Jquery and Google On Dec 23, 3:12 pm, Ashish neerash...@gmail.com wrote: I am

[jQuery] How to use dynamic id in selectors

2008-12-10 Thread Ashish
I generate ids for span and divs in my code. So Ids are stored in js variables. How do I use it in selector? elementid is a js variable which has the id of a span element. The following does not seem to be working... $(elementid).progressbar().progressbar(progress, status);

[jQuery] Possible name space issue?

2008-12-10 Thread Ashish
All my code is in name space Ex where Ex = YAHOO.namespace('pmc'); now inside this code, I have some jquery Ex.myProgressFormatter = function(elCell, oRecord, oColumn, oData) { var iterid = oRecord.getData(id); var elementid = pb + iterid; . jQuery(#

[jQuery] IE 7 Issue with Tab with left: -10000px

2008-12-06 Thread Ashish
Following works strange in IE when using Jquery Tabs: .ui-tabs-hide { position: absolute; left: -1px; } When I do the above, on IE 7, the width of the pages in tabs become huge and goes out of page on left and right both. These tab pages have tables. And I do NOT have table width

[jQuery] Re: IE 7 Issue with Tab with left: -10000px

2008-12-06 Thread Ashish
: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Sent: Saturday, December 06, 2008 3:47 PM To: jQuery (English) Subject: [jQuery] IE 7 Issue with Tab with left: -1px Following works strange in IE when using Jquery Tabs: .ui-tabs-hide {     position: absolute

[jQuery] Re: IE 7 Issue with Tab with left: -10000px

2008-12-06 Thread Ashish
you can move away from a table-based layout. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ashish Sent: Saturday, December 06, 2008 4:30 PM To: jQuery (English) Subject: [jQuery] Re: IE 7 Issue with Tab with left: -1px I am

[jQuery] Is there a menu button plugin for Jquery

2008-11-26 Thread Ashish
Is there a menu button plugin for Jquery? I need Something similar to http://developer.yahoo.com/yui/examples/button/btn_example08.html or http://developer.yahoo.com/yui/examples/button/btn_example0.html in Jquery. I have a grid structure and need need to put menu button on each row. Each row

[jQuery] How to get title text from enclosing tag?

2008-11-19 Thread Ashish
tr td title=This is the description from db img src=/site_media/ contract.png onclick=showinfo(); alt=Case title=Case width=16 height=16/ /td /tr What I want is when some one clicks on the image in showinfo() javascript function I can retrieve the

[jQuery] Re: How to get title text from enclosing tag?

2008-11-19 Thread Ashish
the dom to the parent td with a title. $(this).parents('td[title]:eq(0)').attr('title'); // returns the value of the 'title' attribute -Hector On Wed, Nov 19, 2008 at 3:14 PM, Ashish [EMAIL PROTECTED] wrote: tr  td  title=This is the description from db

[jQuery] Re: How to get title text from enclosing tag?

2008-11-19 Thread Ashish
Thanks Hector your solution worked. Another solution that worked as well was to use Jquery to add onclick handler and put it in jquery's $(document).ready block. thank again. Ashish On Nov 19, 3:52 pm, Hector Virgen [EMAIL PROTECTED] wrote: This should properly set the this value

[jQuery] www.google.com/ig or my.yahoo .com style widgets and/or gadgets?

2008-11-12 Thread Ashish
Is there Jquery plugin or ui component which I can use to create rectangle widgets/gadgets like the ones on www.google.com/ig or my.yahoo.com and place them on a page? Any pointers or links on how to do it ? thanks Ashish

[jQuery] Re: Highlight plugin updated (highlight elements and related elements as you interact with them)

2008-05-30 Thread Ashish Agrawal
Nice plugin thanks Dave.

[jQuery] JQuery takes 80% of my core2Duo proc on DOM element inserts

2008-02-04 Thread Ashish
tried to insert 400 divs to a single div and faced the same problem. This rules out a problem with tablesorter. Does jquery attach a lot of handlers to dom events that make appends very slow ? Any suggestions would be much appreciated. Thanks and regards, - Ashish

[jQuery] Re: jqGrid update

2007-10-23 Thread Ashish Agrawal
This is awesome. good work. On Oct 24, 12:18 am, Tony [EMAIL PROTECTED] wrote: Hi all, I have updated the jqGrid. If someone has interest, can see the new thinks here: http://trirand.com/jqgrid/jqgrid.html Enjoy Tony

[jQuery] Problem while setting designMode=on in firefox.

2007-10-08 Thread Ashish Agrawal
check out this page in FireFox - http://www.agrawalinfotech.com/editor.html As you can see I have 2 IFrames and I am setting then designMode=on one using jQuery(document).ready method and other with simple old body onload method. First one (with document.ready) don't work (at least for me in FF

[jQuery] Re: Problem while setting designMode=on in firefox.

2007-10-08 Thread Ashish Agrawal
Thanks for quick reply, cool its working absolute fine. And many thanks for having that as plugin. Ashish Agrawal On Oct 8, 10:28 pm, Bil Corry [EMAIL PROTECTED] wrote: Ashish Agrawal wrote on 10/8/2007 10:26 AM: First one (with document.ready) don't work (at least for me in FF 2

[jQuery] Re: New Plugin: Best Practices and Guideline

2007-05-10 Thread Ashish Agrawal
checkout this page on JQuery site. http://www.jquery.com/Plugins/Authoring#Best_Practices Ashish Agrawal On May 10, 1:19 am, Rodrigo Castilho Galvão Ferreira [EMAIL PROTECTED] wrote: Which the standard so that it can publish a new JQuery Plugin? Exists Guideline for publication? Thanks

[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-08 Thread Ashish Agrawal
awesome, looks really good. On May 8, 6:42 pm, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, i've released the a new version of jCarousel yesterday. The source code is completely rewritten and i've tried to make it more flexible and to cover most of the features requested on the mailinglist.

[jQuery] Re: Ext examples, comparing jQuery against YUI

2007-04-04 Thread Ashish Agrawal
I don't see any difference either with any library (in case of animation). But page load speed and process were faster with jQuery. I am using FF 2.0.3 with only basic pluggin - Firebug, del.icio.us, adblock etc are installed. Ashish Agrawal On Apr 4, 1:38 pm, Phillip B Oldham [EMAIL PROTECTED