[jQuery] Re: Writing a plugin - tips needed

2007-10-16 Thread Jocko
y the public method. But the public method can be called by any instance of the JQuery object. Make sense? Jocko sgrover wrote: > I'm working on a jQuery plugin, which is primarily a series of utility > functions. I need to worry about namespace problems, so I have opted > for

[jQuery] Re: Is this valid JSON?

2007-10-16 Thread Jocko
ot;ads"] = true; baseclass["context_slug"] = "just-some-title" Jocko Frank Peterson wrote: > [ > { > "ads": true, > "content_slug": "just-some-title" > } > ]

[jQuery] Re: Why is this example duplicating my content?

2007-10-16 Thread Jocko
query.com/1.1.2.html), under JavaScript > $.each(obj, fn) Jocko Chris - Implied By Design wrote: > > It's hard to tell without seeing the rest of the markup, but I'm > > guessing you have more than one element with class="photoframe". > > Exactly. The