[jQuery] Re: Resizable textarea

2008-11-10 Thread nmiddleweek

Hello,

I don't think you're ui.resizable.js is loading properly.

See this link for your fixed example: http://www.getdiverted.com/test/test3.html


Also, it's probably better to download the ui.core.js and
ui.resizable.js and put them into your own fodlers on your website,
rather than linking to the jquery.com site...

I think google host jQuery code if you don't want to. Search for the
archives for more info on that one.


Hope that helps...

Cheers,
N




On Nov 10, 11:13 am, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hello,

 I can't get the jQuery UI resizable function, in any browsers.

 Here's my code :

  link rel=stylesheet href=http://dev.jquery.com/view/tags/ui/
 latest/themes/flora/flora.all.css type=text/css media=screen
 title=Flora (Default)

 script src=http://code.jquery.com/jquery-latest.js;/script
 script type=text/javascript src=http://dev.jquery.com/view/tags/ui/
 latest/ui/ui.core.js/script
 script type=text/javascript src=scripts/jquery/ui.resizable.js/
 script

 script
   $(document).ready(function() {

     $(#txtArea).resizable({
       handles: all
     });

   });
 /script

 textarea  id=txtArea  test/textarea

 I can't see what I'm missing. In the debugger the ready function is
 hit but the textarea is not converted to a resizable element.

 Can someone help ?


[jQuery] Re: Resizable textarea

2008-11-10 Thread [EMAIL PROTECTED]

Right you are ! I was not linking properly to ui.resizable.js. However
I do use my own local version and I think there's an issue with it
because if I link to the online one one dev.jquery.com, it works fine.

Thanks for putting me back on track.

On 10 nov, 13:27, nmiddleweek [EMAIL PROTECTED] wrote:
 Hello,

 I don't think you're ui.resizable.js is loading properly.

 See this link for your fixed 
 example:http://www.getdiverted.com/test/test3.html

 Also, it's probably better to download the ui.core.js and
 ui.resizable.js and put them into your own fodlers on your website,
 rather than linking to the jquery.com site...

 I think google host jQuery code if you don't want to. Search for the
 archives for more info on that one.

 Hope that helps...

 Cheers,
 N

 On Nov 10, 11:13 am, [EMAIL PROTECTED]

 [EMAIL PROTECTED] wrote:
  Hello,

  I can't get the jQuery UI resizable function, in any browsers.

  Here's my code :

   link rel=stylesheet href=http://dev.jquery.com/view/tags/ui/
  latest/themes/flora/flora.all.css type=text/css media=screen
  title=Flora (Default)

  script src=http://code.jquery.com/jquery-latest.js;/script
  script type=text/javascript src=http://dev.jquery.com/view/tags/ui/
  latest/ui/ui.core.js/script
  script type=text/javascript src=scripts/jquery/ui.resizable.js/
  script

  script
    $(document).ready(function() {

      $(#txtArea).resizable({
        handles: all
      });

    });
  /script

  textarea  id=txtArea  test/textarea

  I can't see what I'm missing. In the debugger the ready function is
  hit but the textarea is not converted to a resizable element.

  Can someone help ?


[jQuery] Re: Resizable textarea

2007-07-19 Thread Fil



Take a look to this article :
http://www.jquery.info/spip.php?article44
and
http://www.jquery.info/IMG/html/44_resizehandler.html

Sorry it's in French but i think the code lines are talking by
themselves. :)


You are welcome to translate it  ;-)

-- Fil


[jQuery] Re: Resizable textarea

2007-07-18 Thread Su

On 7/17/07, Mark [EMAIL PROTECTED] wrote:


Does anyone could combine a textarea with a Drag and Resize plugin to
create a Resizable Textarea. (A feature like this is available in
TinyMCE).



Did you look at the Resizables demo?
http://interface.eyecon.ro/demos


[jQuery] Re: Resizable textarea

2007-07-18 Thread Jay Salvat

Hi,

Take a look to this article :
http://www.jquery.info/spip.php?article44
and
http://www.jquery.info/IMG/html/44_resizehandler.html

Sorry it's in French but i think the code lines are talking by
themselves. :)

Jay


Mark a écrit :
 Does anyone could combine a textarea with a Drag and Resize plugin to
 create a Resizable Textarea. (A feature like this is available in
 TinyMCE).

 Thanks.
 Mark


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
jQuery (English) group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~--~~~~--~~--~--~---



[jQuery] Re: Resizable textarea

2007-07-18 Thread Fil



 Does anyone could combine a textarea with a Drag and Resize plugin to
 create a Resizable Textarea. (A feature like this is available in
 TinyMCE).

Did you look at the Resizables demo?
 http://interface.eyecon.ro/demos


There's also http://www.jquery.info/spip.php?article44

-- Fil