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

2009-07-26 Thread conlabz-cs
how', height:'show'}, >             >     dropShadows: false >     }); > > 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 > fine > i

[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 th

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

2009-07-04 Thread cs...@hotmail.com
ment i > $("." + item.position[i]).html(item.html[i]); > /* > if the item position was position one then html relating to that position > will be filled in > */ > > } > > //   now we just unhide our list items > $("..listitem").show(); > > }); > > > >

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

2009-07-04 Thread cs...@hotmail.com
will keep track of the positions for each user > > if you do not want 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 > wrote: > > > > > Hi all:

[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 t

[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 reall

[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.

[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. class="open_drawer_que