[jQuery] Modifying element on drop into sortable list

2009-05-03 Thread Sam Hastings
Hi everyone, I've got a Draggable list working in conjunction with a Sortable list. When I drag an item from the draggable to the sortable list I want to modify the contents of the list. The code I'm using right now is: $("#list li").draggable({ connectToSortable: "#page ol", containment:

[jQuery] Re: Adding an LI element to an OL

2009-02-10 Thread Sam Hastings
1568 > E-mail:  mjlaw...@us.ibm.com > > 'Examine my teachings critically, as a gold assayer would test gold. If you > find they make sense, conform to your experience, and don't harm yourself > or others, only then should you accept them.&#x

[jQuery] Adding an LI element to an OL

2009-02-10 Thread Sam Hastings
Hi everyone, I've got an ordered list (OL) containing several LI items, currently arranged in alphabetical order. How hard would it be to create a new LI element, and put it in the right alphabetical position based on its value? Sam

[jQuery] Re: Checkbox selection

2009-02-06 Thread Sam Hastings
Thanks! I'll give your suggestions a shot :-)

[jQuery] Checkbox selection

2009-02-05 Thread Sam Hastings
d different ways and can't get it working and was wondering if someone here would be kind enough to help. Many thanks :-) Sam Hastings

[jQuery] Manipulating form field attributes

2009-02-03 Thread Sam Hastings
ll in IE. Can anyone help me please? Sam Hastings