[jQuery] Drag Drop Outline Application

2009-08-17 Thread Randy Johnson
Hello, I looked at this today: http://jqueryui.com/demos/sortable/#connect-lists I was wondering if anyone knew of code like this that handled embedded lists that would work like an Outline Thanks! Randy

[jQuery] Cannot get dynamically generated link to fire

2009-01-02 Thread Randy Johnson
The code is below. I cannot get the link that was added to the liblue/li to be fired after the code is ran. It works fine for Item1 remove me link Any ideas? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html

[jQuery] Re: Cannot get dynamically generated link to fire

2009-01-02 Thread Randy Johnson
. Check this out and see if it helps you. http://brandonaaron.net/docs/livequery/ Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Randy Johnson Sent: Friday, January 02, 2009 11:43 PM To: jQuery (English) Subject

[jQuery] Re: Previous TD

2008-11-18 Thread Randy Johnson
== TD) { this.attr(rowspan, 1); } }); El 18/11/2008, a las 10:28, Isaak Malik escribió: Forgot the dot: $('#r2').prevAll('.rsp2').attr(rowspan,1); On Tue, Nov 18, 2008 at 10:26 AM, andrea varnier [EMAIL PROTECTED] wrote: On 18 Nov, 04:12, Randy  Johnson [EMAIL PROTECTED] wrote

[jQuery] Previous TD

2008-11-17 Thread Randy Johnson
Hello, Here is sample code: td class=rsp2 align=center rowspan=2 p 34 Daysbr / a id=r2 href=javascript: void(0); title=211/03/2008/a /p /td When I click on the date above I want to be able to change the rowSpan on the td that surrounds it. I cannot seem to get it right. Here is the latest

[jQuery] chain Selected Issue

2008-05-31 Thread Randy Johnson - CFConcepts
Hello, I am developing a Task list to help myself learn Jquery better. I am working on trying to add a mix of plugins and writing my own stuff. Here is my first issue: http://localhost/cf/cftask/jq_clientsites.cfm?mycl=undefined_id=client_name=client_value=1 mycl is undefined. I cannot

[jQuery] Select Boxes and choosing a value on page load

2008-05-22 Thread Randy Johnson - CFConcepts
Hello, I have a page that auto loads States and Cities from a database. When you change the state, the city name changes. This works fine on the page when you go to fill it out for the first time. What I can seem to find anywhere is how to pre select the boxes if I am doing an edit on the