[jQuery] Re: JQuery tablesorter problem

2010-02-09 Thread Nagaraju
Hi Aquaone I am using Version 2.0.3 On Feb 4, 11:20 pm, aquaone aqua...@gmail.com wrote: Please provide the code you're using to invoke tablesorter. It's likely a syntax error. On Thu, Feb 4, 2010 at 05:36, Nagaraju man25...@gmail.com wrote: I am facing problem with jquery.tablesorter.js

[jQuery] Check if elements have any attribute ?

2010-02-09 Thread debussy007
Hi, I need to check if a textarea has any other element than p,br,b,i,strong,em,ul,li,a and img. If it has, add the class customMarkup on the textarea EXCEPT IF any of the above elements contain ANY attributes. I have only the first part of the requirement, I still don't check for attributes

Re: [jQuery] [Tooltip Plugin] Problem with tooltip and live event

2010-02-09 Thread vengiss
Thanks for the help It worked :) Renatho wrote: Hi Vengiss, $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect: 'fade', }); The error is the last comma. Correct: $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect:

[jQuery] Need Share point developer

2010-02-09 Thread Eswar Rao
Hi Partner, Please send resume to easw...@vasysgroup.com *Job Title: .net / Sharepoint Developer* *Location: Phoenix, AZ* *Duration: 1 year +* *Rate: Market* We are looking for a qualified c# ASP.net developer to support the Microsoft Office SharePoint Server (MOSS) implementation. The

[jQuery] NT Systems admin/ CA/

2010-02-09 Thread Eswar Rao
*Hi Partner,* ** *Please send resume to easw...@vasysgroup.com* ** *Requirement:* *NT Systems admin* * * *Under general supervision, is responsible for maintaining software development Windows tab envirnments. Work requires advanced understanding of computers, networking; Windows based

[jQuery] Need Java Oracle programers /Ohio

2010-02-09 Thread Eswar Rao
Hi Partner, Please let me know if you have any candidate suitable for these requirements. Once you identify the candidates I will send you the attachments to be filled in by them. *please send resume to **easw...@vasysgroup.com* easw...@vasysgroup.com *Required Qualifications * Position

Re: [jQuery] Need Java Oracle programers /Ohio

2010-02-09 Thread Marty Vance
Would you mind not spamming this list? On Tue, Feb 9, 2010 at 10:17 AM, Eswar Rao eswa...@gmail.com wrote: Hi Partner, Please let me know if you have any candidate suitable for these requirements. Once you identify the candidates I will send you the attachments to be filled in by them.

[jQuery] jQuery, IE 8 and the production server

2010-02-09 Thread locustmotives
I am working on a page here: www.zacharybell.net The read more link uses jQuery to fadeIn text that is already there and then (here's most of the problem) it should also fadeOut the read more link. On my development environment, the script works great, on every browser, including IE7/8. On

[jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread garyh
I am new to superfish and generally have the menu working except for one problem. When navigating to a sub menu the parent is properly keeping it's background color but the text color is reverting to its normal color. There is a link to the site below to see an example. http://dev.beckermd.com/

[jQuery] Use jQuery and jQuery Simpletip plugin to visualize Tellurium UI Module

2010-02-09 Thread John
Tellurium automated testing framework 0.7.0 adds a cool feature to show runtime UI module. This visual effect is implemented with jQuery and jQuery Simpletip plugin. Under the hood, Tellurium Engine does the following things. 1) Build a Snapshot Tree (STree) 2) Create STree Visitors include an

Re: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Nathan Klatt
On Tue, Feb 9, 2010 at 2:23 PM, garyh ga...@bytesolutions.com wrote: I am new to superfish and generally have the menu working except for one problem. When navigating to a sub menu the parent is properly keeping it's background color but the text color is reverting to its normal color. There

[jQuery] DD_Roundies Links

2010-02-09 Thread Erik
Does anyone know how to make a a link using css only with DD_Roundies for IE 7, etc...? CSS Example: .product_add { width: 96px; height: 40px; margin: 0px 0px 0px0px; float:left; cursor:pointer; background: url('/img/add.gif') no-repeat; background-color:#FF; border-left: 0px;

[jQuery] Tivoli resource needed for 1 year project in Austin, TX

2010-02-09 Thread Eswar Rao
Hi partner, pleases send resume to easw...@vasysgroup.com *Requirement:* Tivoli Development Services has a requirement for system administrator/security compliance administrator to perform compliance checks on the development/test lab systems and, if necessary, bring the servers and systems

Re: [jQuery] Tivoli resource needed for 1 year project in Austin, TX

2010-02-09 Thread Randell
Please stop spamming this group with off-topic posts. On Wed, Feb 10, 2010 at 4:11 AM, Eswar Rao eswa...@gmail.com wrote: Hi partner, pleases send resume to easw...@vasysgroup.com *Requirement:* Tivoli Development Services has a requirement for system administrator/security compliance

[jQuery] Superfish accesskeys

2010-02-09 Thread Haruan
I need some help to use accesskeys of superfish, to press something and open a bar of the menu...

RE: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Gary Herbstman
Cool, That did the trick, THANKS! I would love to understand this better. What exactly is this doing? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Nathan Klatt Sent: Tuesday, February 09, 2010 16:25 To: jquery-en@googlegroups.com

Re: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Nathan Klatt
On Tue, Feb 9, 2010 at 5:45 PM, Gary Herbstman ga...@bytesolutions.com wrote: Cool, That did the trick, THANKS! You're welcome. I would love to understand this better. What exactly is this doing? Well, what's happening is the cascade. Where there are style clashes, whatever rule is the most

[jQuery] Plugin to include HTML in a window

2010-02-09 Thread ReynierPM
Hi every: I want to show a HTML form in a window that I can move or close or minimize (I don't know what's the correct definition here). Exists any plugin for do this with jQuery? Any reference or tutorial or guide? -- Cheers ReynierPM

RE: [jQuery] Superfish text color with parent - Really need help, thanks

2010-02-09 Thread Gary Herbstman
So .sf-menu li.sfHover a Applies that style to any A element that is a child of li.sfHover that is a descendent of sf-menu. What in superfish is happening? Is the code setting the attribute sfHover to the item when you traverse its children? -Original Message- From:

[jQuery] need help in adding preloader using jquery

2010-02-09 Thread doforumda
hi i need help in adding preloader using jquery. in the following code i want to add preloader when user clicks on Tab One and also when user enter its username and password and after pressing submit button there i want to add preloader. i have a loader.gif image so please help me how and where

[jQuery] how to make this really beautifull pattern

2010-02-09 Thread hno
HI I have seen this pattern in http://www.altsoftware.com/index.php . there are news menu in the left side . Please visit this site . The news will be change with a really beautiful pattern in every 5 seconds I think it has been written with jquery but I don't know how can I make something like

Re: [jQuery] Plugin to include HTML in a window

2010-02-09 Thread stworthy
Maybe the window plugin of jquery-easyui can fit your needs. http://jquery-easyui.wikidot.com/tutorial:win3 ReynierPM-3 wrote: Hi every: I want to show a HTML form in a window that I can move or close or minimize (I don't know what's the correct definition here). Exists any plugin for