[jQuery] serializeHash() instead of serializeArray()

2007-11-17 Thread herbasher
I need some help by a jQuery internals hacker, because I don't really know how to add this particular feature that I need to jQuery: Sometimes I want to serialize a form to a Hash/Object in the form of: { key: 'val', key2: 'val2' } jQuery only gives me serializeArray(), which gives me

[jQuery] Show me what you created using jQuery / web apps

2007-11-12 Thread herbasher
Hi! I'd love if anyone wants to share interactive websites, or in particular web apps they have created using jQuery. I am starting to work on a simple task manager, and wanted to see what other people out there have created - what is possible, so to speak. Also, if there is any developers out

[jQuery] This jQuery mailing list

2007-11-11 Thread herbasher
I read somewhere that the jQuery mailing list was supposed to be really active. I haven't really seen a sign of that, which makes me wonder. Has the community seen it's days? Is it a safe bet to develop with jQuery - will it be supported for a couple of years by an active community?

[jQuery] Re: Nested getJSON

2007-11-11 Thread herbasher
Pretty, pretty. What's your problem? What are you working on? Herb On Nov 10, 3:45 pm, Mark Lacas [EMAIL PROTECTED] wrote: Here is my code: $.getJSON(/cgi-bin/messages.cgi, { id: last_message }, function( json ) { $.each( json.messages, function( i, item ){

[jQuery] Re: Future jQuery structure?

2007-11-11 Thread herbasher
That's nice, good job. Herb On Nov 11, 2:09 am, Cloudream [EMAIL PROTECTED] wrote: jQuery -Core -UI --Mouse interaction --Widgets --Theme -Fx -Plugins jQuery.png 23KViewDownload

[jQuery] Re: This jQuery mailing list

2007-11-11 Thread herbasher
at the recent updates and see how often it's updated per day. The community is thriving and it's extends far beyond a simple mailing list. You just need to open your eyes and see it all around you. On Nov 11, 1:06 pm, herbasher [EMAIL PROTECTED] wrote: I read somewhere that the jQuery mailing list

[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,