[jQuery] Re: Ajax post on save dialog box

2009-09-29 Thread ranga pathmasiri
Hi Please try this var content = jQuery.trim(tinyMCE.get('editor').getContent()); $.post(comments.php, { do : editcomment , c : cid , pagetext : content }, function(data){ }); Best Regards Ranga On Tue, Sep 29, 2009 at 9:48 AM, lionel28 lmarte...@haitiwebs.net wrote:

[jQuery] Re: jcarousel: How to call reload() as a result of user action outside of the carousel?

2009-07-28 Thread ranga pathmasiri
HI try this Code : var theModelCarousel = null; *function clearModelCarousel() { theModelCarousel.reset(); } * function modelCarousel_initCallback(carousel) { theModelCarousel = carousel; }; displaySlideShow = function(){ $('#mycarousel').jcarousel({ initCallback:

[jQuery] Re: Ajax upload script

2009-07-21 Thread ranga pathmasiri
Hi Dave I have used jquery ajaxFileUpload plugin for file upload. http://www.phpletter.com/Our-Projects/AjaxFileUpload/ Regards Ranga On Tue, Jul 21, 2009 at 11:40 PM, Dave Maharaj :: WidePixels.com d...@widepixels.com wrote: Can anyone point out a good Ajax upload script. I need one

[jQuery] Javascript: Send / Pass value of child window to parent window

2009-07-08 Thread ranga pathmasiri
Hi All I have found nice article for Send / Pass value of child window to parent window . http://hspinfo.wordpress.com/2008/01/17/javascript-send-pass-value-of-child-window-to-parent-window/ Regards Ranga