[jQuery] Re: I think I'm using the wrong syntax for radio button name

2009-09-30 Thread roberto
I guess you are assigning the .checked class doing something else, right? Did u try this?: if ($(#multimarket).is(':checked')) { Into this: if ($(#multimarket).hasClass(':checked')) { Also, why you are using this: $(product_id).click(function () { Spite this: $(#checkbox).click(function

[jQuery] Re: Help using

2009-09-30 Thread roberto
Why not to use setTimeout? This way you call once each function, and forget about clear the interval and waste memory. function1(){ // do something... // 30 miliseconds = 5 min - then i call function2 window.setTimeout(function2, 30); } function2(){ // do something // 60

[jQuery] Re: superfish horizontal navbar with a third level

2009-06-24 Thread Roberto da Costa
: 'current-cat-parent' isn't a class used in originalsuperfish. Is this a CMS installation(joomla or other?) You either have a modified version, or this class comes from your template. Sounds like you have other css and/or scripts affecting menu. No way to tell without link or code Roberto da Costa

[jQuery] superfish horizontal navbar with a third level

2009-06-23 Thread Roberto da Costa
Hi, I'm in trouble implementing superfish in a website project. My problem is: I have a category based menu item that has two sub-levels set to display horizontally. I hover the first menu item and the first sub- level shows. Then I click the first sub-level and both it and its parent-item get

[jQuery] Re: Good book or site to learn jquery?

2008-12-15 Thread Roberto Rivera
For books, I recommend jQuery in Action http://tinyurl.com/jq-in-action On Dec 15, 12:06 am, Steven sappleg...@smoothfusion.com wrote: I want to learn how to use jquery.  Does anyone know any good books or sites that will teach it?

[jQuery] Re: Anyone done menu like www.brookechase.com before?

2008-12-15 Thread Roberto Rivera
Use Superfish (http://users.tpg.com.au/j_birch/plugins/superfish/) On Dec 15, 1:06 am, yonghan yongha...@gmail.com wrote: Hi..i want to ask..Does anyone ever before make menu likewww.brookechase before??Please teach me ho to do it...Thanks a lot...

[jQuery] Re: Linkselect Plug-in Released...

2008-10-21 Thread Roberto Rivera
Thanks for sharing. Really useful stuff.

[jQuery] Re: Need Special Menu Plugin

2008-04-06 Thread Roberto
open on the desired position. Isn't easier? GC On Apr 1, 1:41 am, Roberto [EMAIL PROTECTED] wrote: I need a special menu plugin for admin pages. The problem is that my clients hate frames and iframes, and on slow connections, admin pages for websites that I build need to always show menus

[jQuery] Need Special Menu Plugin

2008-03-31 Thread Roberto
I need a special menu plugin for admin pages. The problem is that my clients hate frames and iframes, and on slow connections, admin pages for websites that I build need to always show menus and not have to redraw them each time. Previously I was using iframes to fix that. I was putting the menus

[jQuery] Great free PHP hosting!

2007-09-27 Thread Harlley Roberto
http://www.000webhost.com/?id=5687 -- == Acesse o meu blog! www.webtoo.com.br ==

[jQuery] Re: add class to row object of table

2007-08-21 Thread Roberto Gilberti
2007/8/21, Potluri [EMAIL PROTECTED]: Hi, My table format is this table id=srTable tbody trtdsome data/td/tr trtdsome data/td/tr trtdsome data/td/tr trtdsome data/td/tr /tbody /table I have a small issue which might be easy for jquery pros. Initially I'm saving up all the

[jQuery] Re: pngfix and css background images problem

2007-08-17 Thread Roberto Ortelli
Hello, As far as I know ALL png fixes out there utilize the AlphaImageLoader tag found only in IE. This also means that you can't use a background-repeat Argh ok... thanks for your answer -- Roberto

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-06-07 Thread Roberto Ortelli
it? Joel. -- Roberto Ortelli http://weblogger.ch

[jQuery] Changing type input on IE

2007-05-10 Thread Harlley Roberto
Hi, I need to do this: $(#btnEnviar).attr(type, button); But accordind to my googled, I think that it's not possible on IE http://dev.jquery.com/ticket/120 How can I do to solve my problem ? Regards, Harlley -- www.syssolution.com.br --

[jQuery] Re: to change tab for enter

2007-04-16 Thread Roberto Ortelli
/ /form -- View this message in context: http://www.nabble.com/to-change-tab-for-enter-tf3584151s15494.html#a10021923 Sent from the JQuery mailing list archive at Nabble.com. -- Roberto Ortelli http://weblogger.ch