View Single Post
Old 07-04-2011, 12:16 PM   PM User | #3
slyfox
New Coder

 
Join Date: May 2009
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
slyfox is an unknown quantity at this point
I end up with this:

Code:
           $('.example99').colorbox({
               inline:true,
               href:"#inline_example1"
           // replyText is the id of the textarea
            $('#replyText').load('PATH');
           });

Doesn't seems to work. (The path is edited in this example)

Last edited by slyfox; 07-04-2011 at 12:21 PM..
slyfox is offline   Reply With Quote