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(
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 mi
n advance for your help.
On Jun 23, 9:34 pm, Charlie wrote:
> '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
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 hi
Use Superfish (http://users.tpg.com.au/j_birch/plugins/superfish/)
On Dec 15, 1:06 am, yonghan 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...
For books, I recommend jQuery in Action
http://tinyurl.com/jq-in-action
On Dec 15, 12:06 am, Steven wrote:
> I want to learn how to use jquery. Does anyone know any good books or
> sites that will teach it?
Thanks for sharing.
Really useful stuff.
quested components and the menu on the left is kept 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
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
http://www.000webhost.com/?id=5687
--
==
Acesse o meu blog!
www.webtoo.com.br
==
2007/8/21, Potluri <[EMAIL PROTECTED]>:
>
>
> Hi,
> My table format is this
>
>
>
> some data
> some data
> some data
> some data
>
>
> I have a small issue which might be easy for jquery pros.
>
> Initially I'm saving up all the table rows as suggested by George(Thanks to
> him) in my
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
gly beautiful site! Anyone know who designed
and developed it?
Joel.
--
Roberto Ortelli
http://weblogger.ch
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
---
#x27;/>
>Campo3: name="campo3"
> id='campo3' tabindex='3'/>
>Campo4: name="campo4"
> id='campo4' tabindex='4'/>
> Campo5: name="campo5"
> id='campo5' tabindex='5'/>
>
>
>
>
--
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
Fabyo,
pay attention, the solution below only works if you have a form like that:
One
Two
Three
$("[EMAIL PROTECTED]").bind("keydown", function(e){
if (e.keyCode == 13) {
$(this).next().focus();
return false;
}
ml#a10015090
Sent from the JQuery mailing list archive at Nabble.com.
--
Roberto Ortelli
http://weblogger.ch
17 matches
Mail list logo