[jQuery] Re: how to paste image into a web app

2009-10-23 Thread Margie
tand alone apps that this is very basic gotta-have functionality. I have explored a couple rich text editors, but found them to be a bit "too much" for what my users want. Maybe something needs to actually be built into the browser (ie, like a firefox plugin) to accept the paste? Margie

[jQuery] how to paste image into a web app

2009-10-23 Thread Margie
s way. However, when I try to cut and paste this way into yahoo mail or gmail it doesn't work, so perhaps this is a hard thing to do in a web app. Can anyone give me a pointer on how this could be done or if it can be done? Thanks, Margie

[jQuery] Re: cluetip with dynamic data from textarea

2009-09-18 Thread Margie
then send what they've typed in the cluetip's post, the above is just my attempt to debug why I can't send the new value that's in the textarea after the user types into it. Margie On Sep 18, 1:58 pm, Margie wrote: > I am using the cluetip plugin to show a formatted ve

[jQuery] cluetip with dynamic data from textarea

2009-09-18 Thread Margie
was in #id_description at the type the cluetip () code above was executed. IE, it doesn't post the current value that's in #id_description. Can anyone tell me how to make the activation of the cluetip send the current text that is in my #id_description field? Thanks very much, Margie

[jQuery] cluetip missing the hover "?"

2009-04-07 Thread Margie
R ME</a> </p> <script type="text/javascript"> $().ready(function() { $('a.load-local').cluetip({local:true}); }); Is there special behavior with tags? All of the examples use those, so I'm not sure if using cluetip on other tags is my problem? Thanks, Margie