Re: [jQuery] Plugin method question

2006-11-01 Thread Paul McLanahan
On 10/31/06, John Resig <[EMAIL PROTECTED]> wrote: Paul - I've done stuff like this before (also in a secret project ofmine, code-named jQuery2). Also, you may want to check  out theplugin that I just posted in another thread (titled "jQuery MetadataPlugin"). This plugin is capable of  seamlessly h

Re: [jQuery] Plugin method question

2006-11-01 Thread Paul McLanahan
Great! Nice find Jake. Thanks!On 11/1/06, Mark Gibson <[EMAIL PROTECTED]> wrote: Ⓙⓐⓚⓔ wrote:> let's just use the informal type "text/x-jquery-json" that contains 1 js object> or text/x-jquery-text" for an unquoted string of chars> and others...There is an official 'application/json' media type regi

Re: [jQuery] Plugin method question

2006-11-01 Thread Ⓙⓐⓚⓔ
Wow! we can be official! On 11/1/06, Mark Gibson <[EMAIL PROTECTED]> wrote: > Ⓙⓐⓚⓔ wrote: > > let's just use the informal type "text/x-jquery-json" that contains 1 js > > object > > or text/x-jquery-text" for an unquoted string of chars > > and others... > > There is an official 'application/json

Re: [jQuery] Plugin method question

2006-11-01 Thread Jörn Zaefferer
Paul McLanahan schrieb: > title="accordion:true,showSpeed:'slow',hideSpeed:'fast'" I think the most natuaral way to describe that data is javascript itself. That is less error-prone then any kind of custom parser or whatever you and others here have already thought of. You may just want to make

Re: [jQuery] Plugin method question

2006-11-01 Thread Jörn Zaefferer
Paul McLanahan schrieb: > Do you guys do that? Yes! I actually didn't code any worth mentioning javascript before knowing jQuery, and I hadn't the slightest idea of DOM manipulation. Using CSS/XPath/Custom expressions is so much more natural. I think the other great thing about jQuery is it's co

Re: [jQuery] Plugin method question

2006-11-01 Thread Mark Gibson
Ⓙⓐⓚⓔ wrote: > let's just use the informal type "text/x-jquery-json" that contains 1 js > object > or text/x-jquery-text" for an unquoted string of chars > and others... There is an official 'application/json' media type registered at IANA. http://www.iana.org/assignments/media-types/application/

Re: [jQuery] Plugin method question

2006-11-01 Thread Dave Methvin
> , & full javascript each have problems > > Everybody (well almost) likes the idea of putting scripting > in tags. > >