[jQuery] basic news ticker

2009-02-24 Thread Ettiene
Hi there, I'm trying to write a news ticker script that horizontally slides 1 item from right to left in a box. Most news ticker scripts use multiple items for this, but my needs are somewhat different. Well I've kinda got it working, except for when I hover over it. Then when the cursor goes aw

[jQuery] basic news ticker

2009-02-24 Thread Ettiene
Hi there, I'm trying to write a news ticker script that horizontally slides 1 item from right to left in a box. Most news ticker scripts use multiple items for this, but my needs are somewhat different. Well I've kinda got it working, except for when I hover over it. Then when the cursor goes aw

[jQuery] Re: error - name.match is not a function

2009-02-23 Thread Ettiene
(this).stop(), function(){ $(this).css("left", $(this).offset.left); scroller(); }); }; scroller();

[jQuery] error - name.match is not a function

2009-02-23 Thread Ettiene
On line 782 of jquery-1.3.1.js this line of code makes this error: name.match is not a function. On line 782 there is: if ( name.match( /float/i ) ) I'm trying to write a "news scroller" This is my code: $(document).ready(function() { function scroller() {

[jQuery] Simple Accordion menu script

2008-12-18 Thread Ettiene
javascript? I'm not sure how to do it. Thanks Ettiene

[jQuery] Re: How to pass a jQuery object to PHP as an array

2008-11-03 Thread Ettiene
Have a look at JSON. PHP's got a json_encode function where you can encode variables/data to json, and then use in javascript. So I guess it could be done the other way around too. Ettiene On Nov 3, 7:10 am, GrootBaas <[EMAIL PROTECTED]> wrote: > Hi all, > > Thank you in

[jQuery] Re: Dialog box that auto expands depending on content

2008-10-29 Thread Ettiene
Well I see in Firefox (using Firebug) that if you set to have height: auto then it'll expand as the content in the dialog expands. You using a Jquery UI dialog plugin? Ettiene On Oct 29, 12:51 pm, ryanhavoc <[EMAIL PROTECTED]> wrote: > I have a form that I pull into a dialog box

[jQuery] idTabs and hoverintent

2008-10-29 Thread Ettiene
I've tried to chain the hoverintent command but it needs an on and off event, but I don't know where to get that from idTabs. Thanks Ettiene

[jQuery] Re: superfish + bgiframe problem on IE6

2008-10-03 Thread Ettiene
eird... This only happens in IE6 now, but the other browsers are fine. Any ideas? Ettiene On Oct 3, 3:29 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Ettiene, > > You need to add an .end() to before you add the find('ul').bgIframe() like so: >

[jQuery] Re: superfish + bgiframe problem on IE6

2008-10-03 Thread Ettiene
y:false}); }); I've got that first "find" in there to add a class "isparent" to all 's that have a in them, basically if they have dropdown menus. The second find is for the bgiframe code But this doesn't do anything in IE6. Unfortunately I can't up

[jQuery] Re: superfish + bgiframe problem on IE6

2008-10-03 Thread Ettiene
x27;ll try that in any case. Thanks Ettiene On Oct 3, 1:54 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hello Ettiene, > > There is now a much simpler and less buggy way of using bgIframe. It > is described on the updated Superfish documentation page, > here:htt

[jQuery] superfish + bgiframe problem on IE6

2008-10-03 Thread Ettiene
menu drops down over (or under) a select element. Was wondering if anyone could maybe have a look and give some insight into what I can do to fix it. the page in question is here: www dot geotrust dot com /about/contact/ support-form/index.html Thanks Ettiene

[jQuery] Re: ANNOUNCE: jQuery listnav plugin

2008-10-03 Thread Ettiene
Excellent stuff man! I'm already busy using it hehe Ettiene On Oct 3, 12:39 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > arf, well, search engines would link to it directly in any case. So better > indeed put a link back to the main project page :) > &

[jQuery] Re: "ext js"-like dropdown box in jQuery?

2008-06-11 Thread Ettiene
Thanks Adam and Glen, I've implemented the jNice plugin and tweaked it a bit. It's working for me now :) Thanks again for the help. Ettiene On Jun 11, 2:52 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Maybe this one?http://jquery.bassistance.de/autocomplete/demo

[jQuery] "ext js"-like dropdown box in jQuery?

2008-06-10 Thread Ettiene
ing their combobox object, but I'm still having issues with displaying default "Select one..." text. Here is an image of what I've got so far - http://www.w3sandbox.com/ie7_combo.jpg Is this possible in jQuery? I've tried to find some solution, but without luck so far. Thanks ettiene

[jQuery] [tooltip] IE6 not using CSS classes depending on position.

2008-06-10 Thread Ettiene
ubble. Can anyone help me out please? Thanks Ettiene

[jQuery] customizing superfish ?

2008-05-28 Thread Ettiene
the positioning based on your window size. Basically just wanted to know if anybody can help me. I can send the URL's to the pages in private discussions. Also which tools do you guys use to debug, edit, create cool javascripts like this.? Thanks Ettiene