i've got a couple of lists, and what i'd like to happen is when the
user clicks an item on the first list, the text from the clicked item
is appended to the text of a list item in the second list.

i've tried:

$(".take li").click(function(){
                $(this).text($(".place")).append();
        });

but it's not working.

any ideas?

thanks for any help

-daniel

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to