[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-26 Thread Ischa Gast
That's great news. Would be interested to see the final product. Are there any hints you can give me or point me to a file I can be focusing my attention to achive this? It's a custom made script where you can choose what child you want to target, something superfish doesn't have but would

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-25 Thread Ischa Gast
luck in implementing a solution? I, too, am after a mega menu style, like www.ea.com Any suggestions on how to go about this? Thanks for your help, Charles On May 14, 4:53 pm, Ischa Gast cont...@ischagast.nl wrote: Have you taken a look athttp://users.tpg.com.au/j_birch/plugins/superfish

[jQuery] Re: Superfish with multicolumn sub navigation

2009-05-14 Thread Ischa Gast
Have you taken a look at http://users.tpg.com.au/j_birch/plugins/superfish/#getting-started Yes I looked at it but I can't find an example with a div that has to show. or tried only using lists with more complex CSS rather than div's? I need to use that div element because of the complex

[jQuery] Re: Load specific id on click

2008-06-25 Thread Ischa Gast
Damn, I thought it works on Firefox/Safari/Opera on the mac then it should also work in Internet Explorer, but is does not :( On Wed, Jun 25, 2008 at 11:56 AM, Doover [EMAIL PROTECTED] wrote: Thank you so much for this! :) On May 29, 11:48 pm, IschaGast [EMAIL PROTECTED] wrote: After some

[jQuery] Re: Get some text and replace it

2008-06-20 Thread Ischa Gast
You are my hero! Now I have this little email encrypter: // This is to prevent two searches var email = $('span.email'); email.html( email.html().replace(' [monkeytail] ', '@').replace(' [dot] ', '.') ).wrapInner('a href=mailto:' + email.text() + '/a'); What I had was