[jQuery] Superfish drowdown doesn't close (IE 7 + IE 8 tested)

2009-07-26 Thread conlabz-cs
On one of our websites I'm using a horizontal superfish menu. It works fine in FF and Safari, but I have a problem with the dropdown in IE 7 and IE 8. It doesn't close if I got to another menu entry. I tried to look for a solution, but had no chance to find it... I guess that the problem is in

[jQuery] Re: Superfish drowdown doesn't close (IE 7 + IE 8 tested)

2009-07-26 Thread conlabz-cs
; nbsp;nbsp;nbsp; nbsp;nbsp;nbsp; nbsp;nbsp;nbsp; dropShadows: false nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; }); you still get a slidedown effect and can also add option speed: conlabz-cs wrote: On one of our websites I'm using a horizontal superfish menu. It works

[jQuery] Re: how to display sortable list with new order

2009-07-04 Thread cs...@hotmail.com
to use a database you can use cookies :) your cookies would be : position, html same type of logic On Sat, Jul 4, 2009 at 3:39 AM, cs...@hotmail.com cs3p...@googlemail.comwrote: Hi all: i am trying to use jquery UI sortable on my webpage to display toolbars. what i want is, let

[jQuery] Re: how to display sortable list with new order

2009-07-04 Thread cs...@hotmail.com
to that position will be filled in */ } //   now we just unhide our list items $(..listitem).show(); }); /script style type=text/css /* this style initially hides all our items */ .listitem  { display:none;} /style On Sat, Jul 4, 2009 at 9:12 AM, cs...@hotmail.com cs3p

[jQuery] how to display sortable list with new order

2009-07-03 Thread cs...@hotmail.com
Hi all: i am trying to use jquery UI sortable on my webpage to display toolbars. what i want is, let people sort these toolbars in the way they like. i have named toolbars with id 1,2,3,4, and i saved sorted order to database via toArray method. i was wondering how i could display these toolbars

[jQuery] Re: Array to JSON?

2009-06-23 Thread cs
Why not make each field that has a nested key-value pair an object instead? In short, any array with a key but without a value is an object since your value is just an array of elements. What language is in charge of your back-end? And how is it handling the inputs your pass it? This is what

[jQuery] IE7 event problem

2008-12-23 Thread CS
I have a drawer that I want to pop open whenever you an anchor with a certain class assigned to it is clicked. If you look at this page in Safari, Firefox, or Chrome you can see the desired result The links in question are: 1. The first Click here in the bulleted list.

[jQuery] Re: IE7 event problem

2008-12-23 Thread CS
I just read my message and it's not as clear as can be. Sorry I'm in some what of a hurry.