[jQuery] WYMeditor - WYSIWYM XHTML editor

2007-11-10 Thread [EMAIL PROTECTED]
how can i retrieve the data in the textarea using wysiwym editor? if im using the $_POST['remarks'] to get the value of the textarea using wysiwym editor, i get empty/blank. code: link rel=stylesheet type=text/css media=screen href=http://

[jQuery] WYMeditor - WYSIWYM XHTML editor

2007-11-10 Thread [EMAIL PROTECTED]
how can i retrieve the data in the textarea using wysiwym editor? if im using the $_POST['remarks'] to get the value of the textarea using wysiwym editor, i get empty/blank. code: link rel=stylesheet type=text/css media=screen href=http://

[jQuery] jcarousel: how to count click next and previous

2007-11-10 Thread magostoni
Hi, I begin to use jcarousel now, and I think it is verey very well maked. I am not so expert in js so I have a need: I have to external control for next and prevoius button and they scroll fine. I want to take count of next and previous so I think to a variable that take currPage + 1 for next

[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-10 Thread Jay Fallon
Dream on. I used to work with a guy who heads up one of their interactive departments here in Boston and see where he's using it. I'm working for a bank now as well, and yes, jQuery will be making an appearance on a new website for Australia that we're rolling out. Nothing high- end

[jQuery] How to post a parameter with multivalues in ajax that PHP can understand

2007-11-10 Thread pcdinh
Hi all, I have had a problem in making a post to my PHP server in ajax manner. My form has a selection box that an user can select multivalue. It means that I need to make a post to my server using a parameter that accept multivalues. Here is my code: $(#submit).click(function() {

[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-10 Thread pcdinh
Great news but nothing about JQuery stuff is on that website at the moment On Nov 10, 9:36 am, Andy Matthews [EMAIL PROTECTED] wrote: HOLY CRAP! My wife was in our BoA account this evening and they had some nice AJA and JS based interaction going on. So I thought it would be interestting to

[jQuery] Re: jcarousel: how to count click next and previous

2007-11-10 Thread Jan Sorgalla
magostoni schrieb: Hi, I begin to use jcarousel now, and I think it is verey very well maked. I am not so expert in js so I have a need: I have to external control for next and prevoius button and they scroll fine. I want to take count of next and previous so I think to a variable that

[jQuery] Re: How to post a parameter with multivalues in ajax that PHP can understand

2007-11-10 Thread pcdinh
Please ignore my post. I can manage it myself. Just change the property input: to input[]: and my problem is resolved Thanks for reading On Nov 10, 8:36 pm, pcdinh [EMAIL PROTECTED] wrote: Hi all, I have had a problem in making a post to my PHP server in ajax manner. My form has a selection

[jQuery] Re: SITE: http://www.bankofamerica.com/

2007-11-10 Thread MikeR
Confirmed here too... logged into my account, jQuery 1.2.1... nice! On Nov 9, 6:36 pm, Andy Matthews [EMAIL PROTECTED] wrote: HOLY CRAP! My wife was in our BoA account this evening and they had some nice AJA and JS based interaction going on. So I thought it would be interestting to see

[jQuery] Re: Display message for users with incompat. browsers?

2007-11-10 Thread MadMapper
Do we know how well jQuery works with, for example, IE 5.5 Win? I have a feeling it will work but not completely... does jQuery do any browser detection before trying to do anything, or does it just forge ahead, and whether it works or not depends on the browser... -- A On Nov 10, 1:00 am,

[jQuery] Building RIAs

2007-11-10 Thread herbasher
Hello! I just started using jquery and am blown away. I'm trying to build a simple task manager using jquery, with three simple pieces of functionality: 1. List tasks 2. Edit task 3. Add task I got a rudimentary version of 1. working, with this code: code $.getJSON(/get_tasks,

[jQuery] Is getJSON reentrant? Can I nest them?

2007-11-10 Thread Mark Lacas
It appears that I can't nest getJSON calls. When I make the second call, the throbber in Firebug spins forever. I'm getting a list of changes from a database and then trying to get more precise data on each change with a second getJSON call in an anonymous function in the first getJSON call.

[jQuery] Nested getJSON

2007-11-10 Thread Mark Lacas
Here is my code: $.getJSON(/cgi-bin/messages.cgi, { id: last_message }, function( json ) { $.each( json.messages, function( i, item ){ if ( item.command == new ) { $.getJSON(/cgi-bin/get_data.cgi, { id: item.id, fields: all }, function( json ) {

[jQuery] Re: missing leftOffset, topOffset in cluetip

2007-11-10 Thread johnsverre
Hi Karl! great work! see that you also added the top/bottom-class, this was also something i missed, but patched myself.. so glad that the real version has this now, so I know that it is done the right way, rather than the quick dirty way :D - John Sverre On 9 Nov, 07:21, Karl Swedberg [EMAIL

[jQuery] Re: Sortable on dynamic content - how to?

2007-11-10 Thread asle
Anyone have an idea as how to make a dynamic element droppable?? Anyone? On Nov 10, 12:31 am, asle [EMAIL PROTECTED] wrote: Hello, I have a list with sortable elements li using the Interface plugins. This works fine. But when I add a new element with .append the new element is not