[jQuery] toc plugin

2006-09-27 Thread Dimitar Spassov
Hi!This plug-in creates a TOC for a given element.Here is a demohttp://dimitarspassov.googlepages.com/jqpagecontent ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] [EMAIL PROTECTED]'foo'] doesn't works

2006-09-09 Thread Dimitar Spassov
I have the following code:$([EMAIL PROTECTED]).each(function() { this.checked = x; });or$([EMAIL PROTECTED]'foo']).each(function() { this.checked = x; }); or $([EMAIL PROTECTED]'foo']).each(function() { this.checked = x; }); Code doesn't worksError: z has no propertiesSource file:

Re: [jQuery] Naming plugin files

2006-08-15 Thread Dimitar Spassov
What about these names: So editable would be in jquery.editable.js, DOM would be in jquery.dom.js.jq.editable.js, DOM would be in jq.dom.js. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] elements order

2006-08-13 Thread Dimitar Spassov
Hi!I have the folowing HTML code:h1heading 1/ h1h2heading 1.2 a /h2 h3heading 1.2.3 a /h3h3heading 1.2.3 b / h3h2heading 1.2 b /h2h3 heading 1.2.3 c /h3h3heading 1.2.3 d /h3 h3heading 1.2.3 e /h3h2heading 2 b / h2when apply this JQ:var out = '';$('h1,h2,h3,h4').each(function(i){ out += i + ': ' +

Re: [jQuery] elements order

2006-08-13 Thread Dimitar Spassov
Tanks!Look at test page: http://dimitarspassov.googlepages.com/jqpagecontent ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/