[jQuery] Re: what editor do you use?

2008-02-15 Thread NccWarp9
For me its PHPdesigner It has one of the best syntax highlighter that I have seen. If I work with Javascript inside PHP and HTML code it highlights only javascript and it feels as you are writing only JS without the distraction of other markup and code. If you go to PHP part of the code it grays

[jQuery] How to access custom div tag

2008-01-27 Thread NccWarp9
How can I reference custom DIV tag using jquery? eg, div id=1701 serial=12345 and to use something as $(12345).click ... or something

[jQuery] Re: jQuery 1.1.2 Released: Happy 2nd Birthday!

2008-01-16 Thread NccWarp9
jQuery made Web development easy, and most of all fun. Thank you for that!! Donations on the way :) On Jan 15, 7:05 am, John Resig [EMAIL PROTECTED] wrote: On the 2nd birthday of jQuery we're happy to bring you a new release of jQuery! Here's the

[jQuery] Re: Slickspeed from Mootools

2007-11-02 Thread NccWarp9
hmmm.. I ran the test also and got that jQuery is the fastest final time (less is better) MooTools:5073ms Prototype:5740ms jQuery: 2915 ms On Nov 1, 6:25 pm, prit [EMAIL PROTECTED] wrote: I have tried different javascript frameworks and I finally decided to use jQuery because of the ease

[jQuery] Re: EXTjs and Jquery

2007-10-05 Thread NccWarp9
This thing looks asome. On Oct 4, 9:08 pm, Steve Brownlee [EMAIL PROTECTED] wrote: Brook: Yes, and it's a match made in heaven because jQuery is, in my opinion, unmatched at DOM traversing, event handling and element manipulation. Ext, as you notice when you're drooling, is by far the

[jQuery] Re: Star rating plugin for 1.2?

2007-09-23 Thread NccWarp9
www.englishrules.com www.learningjquery.com On Sep 22, 2007, at 8:16 AM, NccWarp9 wrote: Im sorry but your plugin onhttp://examples.learningjquery.com/ rating/ does not seem to be working with 1.2.1, I still get star.lt error And the Jquery that you use on the site is WAY old. Its $Rev: 276

[jQuery] Re: Star rating plugin for 1.2?

2007-09-22 Thread NccWarp9
On Sep 20, 2007, at 2:18 PM, NccWarp9 wrote: is there any information when Ritesh Agrawal star rating plugin will be fixed for 1.2.1 ? On Sep 13, 12:32 am, Derek Gathright [EMAIL PROTECTED] wrote: Karl, thanks for the help. I've added those corrections along with a few others and I

[jQuery] Re: Star rating plugin for 1.2?

2007-09-20 Thread NccWarp9
is there any information when Ritesh Agrawal star rating plugin will be fixed for 1.2.1 ? On Sep 13, 12:32 am, Derek Gathright [EMAIL PROTECTED] wrote: Karl, thanks for the help. I've added those corrections along with a few others and I think it's 99% there. The only issue left is that I

[jQuery] Re: a problem with 1.1.4 and binding click function

2007-09-11 Thread NccWarp9
fixed it On Sep 3, 1:35 am, Strija [EMAIL PROTECTED] wrote: I don't know if I understood what you're trying to achieve, but try using parent() instead of parents()

[jQuery] a problem with 1.1.4 and binding click function

2007-09-02 Thread NccWarp9
I dont know if this is a problem in jquery or have I did something wrong. Please take a look at this code it is for a gallery of a sort, What I want to achieve is that when image with class poster_image is clicked the div with class poster_info is shown. But what happens is that there are more of

[jQuery] Re: Testing IE6 and IE7 with Virtual PC

2007-08-22 Thread NccWarp9
Im really beginning to hate MS IE, and VISTA. They couldn't just include the rendering engine of IE6 somewhere. And for crying out loud, why dont they for once complay with standards instead of invent new ones. On Aug 22, 9:13 am, Erik Beeson [EMAIL PROTECTED] wrote: say, I was psyched to see

[jQuery] Re: Just my two cents Filter DIV by ID, NAME or other tags while typing

2007-08-21 Thread NccWarp9
to using in JavaScript, is only for submit forms. In JavaScript you must use ID's. NccWarp9 escribió: Tried to find an example how to do this but found none. Search for DIV by NAME tag while typing Hide all divs but show only the ones that contain the search string. !DOCTYPE html

[jQuery] Problem with Interface droppable onhover

2007-08-02 Thread NccWarp9
I have a problem with whis: $('#drag').Draggable(); $('#holder .dropzone').Droppable({ accept :'dropaccept', activeclass:'dropactive',