[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] Re: Cannot get dynamically generated link to fire

2009-01-02 Thread Randy Johnson
new HTML. > > 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 > > Se

[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 blue to be fired after the code is ran. It works fine for Item1 remove me link Any ideas? http://www.w3.org/1999/xhtml";> Untitled Document $(document).ready(function(){ $(".color").click(function(){ //alert(

[jQuery] Re: Previous TD

2008-11-18 Thread Randy Johnson
> > 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: >

[jQuery] Previous TD

2008-11-17 Thread Randy Johnson
Hello, Here is sample code: 34 Days 11/03/2008 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 thing I tried: $("#r"+id).prev("td").attr("rowSpan","1"); I also tried: $("#r"+id).prev

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

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