[jQuery] Re: Superfish - Multi-Column Dropdown

2009-05-20 Thread Ethan Mateja
lass like "show_left" to second tier of subs > > if ($(this ).hasClass("show_left")) { > $(this).css("left", "-10em");// if using supersubs, > or variable width UL's have to test parent UL for width and use that value > ins

[jQuery] Re: Superfish - Multi-Column Dropdown

2009-05-19 Thread Ethan Mateja
last few elements in the UL to have the multi-columns open to the left? Any tips? -cheers On Mon, May 18, 2009 at 7:18 AM, okdok wrote: > > Can anyone provide me an example of how I can modify supersubs.js to > create a multi-column dropdown? > > Thanks! > > On May 16, 1

[jQuery] Re: Best book to learn jQuery?

2009-05-19 Thread Ethan Mateja
ke the connection, but it's probably a good idea > to add a disclaimer anyway. :) > > Alex, for what it's worth, I've read through jQuery in Action, and I think > it's a terrific book, too. > > > > --Karl > > > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > -- Respectfully, Ethan Mateja +++ Packetforward www.packetforward.com

[jQuery] Re: Superfish

2009-05-16 Thread Ethan Mateja
y, .sf-gray, does > not work in IE again. > > Also, can I adjust the drop downs so the long side is to the left, for when > the menu div is set to the right:0px so it doesn't add a horizontall > scrollbar to the browser? > > > > Thanks > --

[jQuery] Re: Superfish - Multi-Column Dropdown

2009-05-16 Thread Ethan Mateja
supersubs.js > > > okdok wrote: > > I would like to integrate a multi-column superfish into a Joomla! > 1.5.10 production site. Has anyone been able to accomplish something > similar? > > > > > -- Respectfully, Ethan Mateja +++ Packetforward www.packetforward.com

[jQuery] Re: problem with horizontal menu style

2009-05-15 Thread Ethan Mateja
x27;s not visible. > > what can i do? > > Thanks and regards > > Rui > -- Respectfully, Ethan Mateja +++ Packetforward www.packetforward.com

[jQuery] How to know if it is a postback?

2009-03-17 Thread Ethan
Hi, I have a postback being called everytime a user click on the table paging page. This table resides in a that being toggled (slidedown and up). The problem i have is that, everytime the user clicks on the paging, the table will go back to 'hide' on every clicks (this is the default setting i

[jQuery] Re: A part of .ajax I don't understand

2009-03-08 Thread Ethan
n. > > On Mar 8, 5:45 pm, James wrote: > > > In your PHP script, you're suppose to print (echo) your response. Make > > sure to put an 'exit' afterwards so youdon'tcontinue processing the > > rest of your script and return (print) unexpected content. &g

[jQuery] A part of .ajax I don't understand

2009-03-08 Thread Ethan
t;; } else { return "I DIDNT DO IT"; } ?> Okay, so here's my question. When the .ajax runs, the alert window contains the string that was in the username input, and . Why is this? Why isn't submitreturn the value that was returned by signin.php? How can I get the value returned by signin.php? Thanks for your help! -Ethan

[jQuery] Re: jEditable - simple datepicker

2008-12-04 Thread Ethan
Any updates on this plugin, I have tried to make it myself, I'm almost there, but maybe someone can just finish the job!!! :))