Re: [jQuery] comet

2007-03-29 Thread Edwin Martin
Matt Stith schreef: not as far as I have heard, but i would be interested in anything that has, or maybe a Comet plugin? anyone willing? There is. Comet Client for jQuery: http://empireenterprises.com/_comet.html Simply found in the jQuery plugin repository. Edwin Martin -- http

Re: [jQuery] js right click menu

2007-03-15 Thread Edwin Martin
Denis schreef: Can you provide example implemented with jquery please? Last week this came by: http://www.trendskitchens.co.nz/jquery/contextmenu/ Edwin Martin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to ignore propogated events

2007-03-07 Thread Edwin Martin
stop the propogation. I tried event.stopPropagation(), but it doesn't seem to do anything. The event variable is an argument of your function. This should work: $(li).bind(click, function(evt){ alert( $(this).text() ); evt.stopPropagation(); }); Edwin Martin -- http

Re: [jQuery] How to document a plugin

2007-03-07 Thread Edwin Martin
ScriptDoc. Then you´ll get code completion in the Aptana webeditor as a bonus: http://www.aptana.com/docs/index.php/Documenting_your_code_using_ScriptDoc Edwin Martin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Newbie Alert: Problem with Ajax

2007-02-27 Thread Edwin Martin
to paste in the value of a PHP-variable, so your problem is in your PHP-code. Edwin Martin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] non AJAX request

2007-02-23 Thread Edwin Martin
interaction keeps working. As you understand, this has nothing to do with the difference between AJAX and navigating to another page. Edwin Martin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] jQuery 1.1-support for Aptana

2007-01-17 Thread Edwin Martin
Instead of waiting for the new version of Aptana, you can download the latest jQuery 1.1 scriptdoc-file and documentation for Aptana here: http://www.bitstorm.org/edwin/jquery/ Edwin Martin ___ jQuery mailing list discuss@jquery.com http://jquery.com

Re: [jQuery] Interface 1.1

2007-01-15 Thread Edwin Martin
about the 1.1 release of Interface, check out our brand-new news section as well as the updated changelog!. Great! It's nice to see plugins updated this fast. One thing I spotted: the draggable demo has unnecessary scrollbars, which make it a bit hard to view the demo. Edwin Martin

Re: [jQuery] jQuery 1.1, Site, Docs, Surprise

2007-01-15 Thread Edwin Martin
large. The space between the first column and the blue box is very small. Certainly compared with the space between the blue box and the list below it. It looks a bit unbalanced. In general I'm very pleased with jQuery. Edwin Martin ___ jQuery mailing

Re: [jQuery] jQuery 1.1, Site, Docs, Surprise

2007-01-15 Thread Edwin Martin
I wrote: I think you'll better use License or even better MIT/GLP Licensed or MIT and GLP Licensed or somethink like this. Ofcourse I ment GPL instead of GLP. Edwin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Finished: jQuery code assist in Aptana

2006-12-14 Thread Edwin Martin
Klaus Hartl schreef: Edwin Martin schrieb: I created the scriptdoc-file needed for code assist in Aptana. You can download it here: http://www.bitstorm.org/edwin/jquery/ Thanks Edwin! Great job! I have sometimes problems with Aptana and large JS files (for example when opening

[jQuery] Finished: jQuery code assist in Aptana

2006-12-13 Thread Edwin Martin
quite new, so it might not work 100%. Please share your experiences. Edwin Martin -- http://www.bitstorm.org/edwin/en/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-08 Thread Edwin Martin
with bands like Talking Heads, Elvis Costello and Blondie. Ugh! I sincerely doubt New Wave JavaScript will help making jQuery more popular. :-)) Edwin Martin -- http://www.bitstorm.org/edwin/en/ ___ jQuery mailing list discuss@jquery.com http

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-08 Thread Edwin Martin
jQuery: past prototype. I like the double meaning of it. Edwin Martin Christian Bach wrote: jQuery, duty now for the future :) Pje wrote: jQuery, the way that javascript should be. Just my 2 cents. :) On 12/8/06, Luke Lutman [EMAIL PROTECTED] wrote: Solid Source wrote

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Edwin Martin
/contribute/index.html Edwin Martin (jquery-enthousiast since a week). -- http://www.bitstorm.org/edwin/en/ ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/