[jQuery] Re: Powerfull WYSIWYG editor with upload image capability

2009-09-20 Thread Meroe Meroe
What about tinymce? We use it in our app and love it. --- Why Be Red? Project Management Software http://whybered.com On Sun, Sep 20, 2009 at 3:45 PM, Anush Shetty wrote: > > > On Sun, Sep 20, 2009 at 11:29 AM, David D wrote: > >> You don't need to use ckfinker. Ckeditor 3 ju

[jQuery] Re: Image inside script

2009-08-27 Thread Meroe
Why not put the image in a div with style="display:none" and then show it based on the response? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Ricardo Sent: Thursday, August 27, 2009 2:52 PM To: jQuery (English) Subject: [jQuery] Re

[jQuery] Re: inline delete ajax function/confirm dialog

2009-08-27 Thread Meroe
Richard, A similar question was asked not to long ago. Here is the reply (not from me). If I recall correctly this resolved the issue. Hi, "id" is designed to work with only 1 instance in a web page. If you need multiple instances of an element, use class="newsTrigger" instead of id="newsTri

[jQuery] Re: validate form

2009-08-27 Thread Meroe
I don't follow what you are asking... perhaps more code and an example of what you are trying to achieve would help. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of lowercase Sent: Thursday, August 27, 2009 9:05 PM To: jQuery (English)

[jQuery] Re: Event Not Triggering On External JS Files

2009-08-26 Thread Meroe
Sent: Wednesday, August 26, 2009 12:00 AM To: jQuery (English) Subject: [jQuery] Re: Event Not Triggering On External JS Files @Meroe: That was kind of pseudo-code so I checked anyway and there's no spaces in the actual code. @James: No, it doesn't work if I put the jQuery script tag i

[jQuery] Re: Event Not Triggering On External JS Files

2009-08-25 Thread Meroe
http://mydomain.com/js/ button.js"> Check your source, but I see an extra space after / and before button.js -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Greg Sent: Tuesday, August 25, 2009 6:31 PM To: jQuery (English) Subject:

[jQuery] Re: Jquery + ExtJS 3.0

2009-08-23 Thread Meroe
Post your file text please so we can see the layout. There is a no conflict setting for jquery, but you don't seem to be registering the ext library yet. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mik Fig Sent: Sunday, August 23,

[jQuery] Re: KFManager v1.0

2009-08-19 Thread Meroe
query...@googlegroups.com] On Behalf Of Ken Phan Sent: Wednesday, August 19, 2009 3:15 PM To: jQuery (English) Subject: [jQuery] Re: KFManager v1.0 u want licensing terms ? On Aug 19, 2:54 am, "Meroe" wrote: > What are the licensing terms? > > -Original Message- > From:

[jQuery] Re: Add post to "My favorites" page

2009-08-18 Thread Meroe
So do you just want to load a form when one of those links is clicked? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Vladimir Sent: Tuesday, August 18, 2009 10:47 AM To: jQuery (English) Subject: [jQuery] Add post to "My favorites" p

[jQuery] Re: KFManager v1.0

2009-08-18 Thread Meroe
I was able to get this working. I'm now integrating with codeigniter to see how it does there. On Aug 18, 4:06 pm, Web Specialist wrote: > Good job. Awesome! > > Cheers > Marco Antonio > > On Tue, Aug 18, 2009 at 1:20 PM, Ken Phan wrote: > > > KFManager (Ken's File Manager) is a plugin of jque

[jQuery] Re: KFManager v1.0

2009-08-18 Thread Meroe
What are the licensing terms? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Ken Phan Sent: Tuesday, August 18, 2009 12:21 PM To: jQuery (English) Subject: [jQuery] KFManager v1.0 KFManager (Ken's File Manager) is a plugin of jquery.

[jQuery] Web Application GUI's

2009-08-14 Thread Meroe
Hello all, I assume I'm like many of you. I'm able to write code, but when it comes to design I am at a loss. I've seen some really neat layouts such as mochaui and extjs examples, but I'm struggling to put together one I'm happy with. I'm using the jquery UI layout to set up my north,

[jQuery] Re: Code inside click() event not firing.

2009-08-13 Thread Meroe
What if you change $("a").click(function () To $("#a").click(function () -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Patrick Sent: Thursday, August 13, 2009 2:16 PM To: jQuery (English) Subject: [jQuery] Code inside click(

[jQuery] Re: Printing JQuery Tutorials?

2009-08-13 Thread Meroe
That's a really good idea. I would love to print them all out, bind them, and make my own little book. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Nick Fitzsimons Sent: Thursday, August 13, 2009 10:27 AM To: jquery-en@googlegroup

[jQuery] Re: jQuery not working with content that is loaded in.

2009-08-11 Thread Meroe
You need to ensure you are using the document ready function. If you don't put it within that it won't fire when loading the way you are. The document ready function is detailed on the jquery site and fires before the content loads. I can't surf the web at the moment to get you the link sorry.