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

2006-12-14 Thread Solid Source
Edwin, Many many thanks! Edwin Martin wrote: 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

[jQuery] Anyone who has experience with libraries other than JQ

2006-12-13 Thread Solid Source
Head over to WASP and chime in with any relevant thoughts. I'm sure they don't want their board spammed so please make it relevant to the article if you have any thoughts that pertain (I think JQuery's solution addresses them well).

Re: [jQuery] jQuery is now on gotAPI.com!!!

2006-12-12 Thread Solid Source
Great job! manalang wrote: FYI -- for all those that know about http://gotapi.com, jQuery documentation (ver 1.0.3) is now available on their site. If you don't see it under the AJAX and Frameworks section, you may need to refresh your browser cache. Rich

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-08 Thread Solid Source
I can't wait! Excellent! manalang wrote: I just contributed the jQuery API doc to gotapi.com... let's see how long it takes them to get it up. Rich On 12/7/06, Edwin Martin [EMAIL PROTECTED] wrote: Rey Bango wrote: Guys, some of you may know of my efforts to get jQuery more

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Solid Source
Of particular importance to JQuery I believe is finding a way to help developers understand VERY OBVIOUSLY that this is not another Prototype/Dojo///, but rather a very different way to address the issue of DOM interaction in a concise not overly verbose manner. I have used every major(and minor

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Solid Source
Every Java/PHP/etc developer I have ever met hates interaction with the DOM via javascript, mostly because each browser has it's quirks and things in the JavaScript/DOM interaction don't work as consistently as say type casting a variable in Java/PHP - when you write public String myVar = my

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Solid Source
/06, Solid Source [EMAIL PROTECTED] wrote: Of particular importance to JQuery I believe is finding a way to help developers understand VERY OBVIOUSLY that this is not another Prototype/Dojo///, but rather a very different way to address the issue of DOM interaction in a concise not overly

Re: [jQuery] Gallery slideshow

2006-12-07 Thread Solid Source
I have seen somewhere (can't find the link) a port of lightbox (http://www.huddletogether.com/projects/lightbox2/) v2.0 to jquery. Samad wrote: Hello everyone, I have a question , there is a jquery plugin for a multicategory gallery with slideshow ? just like this one :

Re: [jQuery] Efforts to Convert Folks to jQuery

2006-12-07 Thread Solid Source
, and it is made obvious through the communications with the outside world that this IS an important and useful idea for others, people will naturally gravitate towards the it. JQuery - 'The way JavaScript should be' ... the communications/marketing will stand out just like the concept does. Solid

Re: [jQuery] loading content and using events

2006-12-01 Thread Solid Source
Try adding the submit handler into the loaded code so that it is evaluated when the form is parsed. If this is not the answer can you plz submit all of your related js? Blair McKenzie-2 wrote: You need to put this $(#submission_form).submit(function() { alert('click'); }); in the