Re: [jQuery] Want to know if sites are jQuery powered? Check this out!

2007-02-11 Thread Dr. Tarique Sani
On 2/9/07, Felix Geisendörfer [EMAIL PROTECTED] wrote: I'm not Paul, but having just looked at the greasemonkey script source I found that all it is doing is to load: http://paul.jquery.com/jquerydetector.js And some people may have a problem with greasemonkey loading a foreign script at each

Re: [jQuery] The jQuery Litebox

2007-02-11 Thread Dr. Tarique Sani
On 2/11/07, ProjectAtomic [EMAIL PROTECTED] wrote: New Features: Fully customizable, change colors, fonts, sizes, opacity, navigation labels. Keyboard navigation and click image to advance. Still degrades gracefully I would appreciate any feedback. Awesome - there is just one feature I

[jQuery] AJAX and readyState == 3 HowTo?

2007-02-06 Thread Dr. Tarique Sani
Hi, Am trying to code some stuff which will be Firefox specific and want to use the AJAX Interactive mode to update information on the page. I know how to do this using Prototype onInteractive: - just confused as to how to do the same using JQuery Thanks in advance Tarique

Re: [jQuery] AJAX and readyState == 3 HowTo?

2007-02-06 Thread Dr. Tarique Sani
On 2/6/07, Klaus Hartl [EMAIL PROTECTED] wrote: jQuery's success event handler doesn't map to readystate == 3, but if I saw that but thought that might ask once that is still required we can work with native JavaScript - let's utilise the fact that jQuery's $.ajax function returns the

Re: [jQuery] How to find out if form was submitted via Ajax?

2007-01-24 Thread Dr. Tarique Sani
On 1/24/07, Dmitrii 'Mamut' Dimandt [EMAIL PROTECTED] wrote: When I use the Form plugin, how can I find out on the server that the form was submitted via Ajax? if using PHP then testing env('HTTP_X_REQUESTED_WITH') == XMLHttpRequest should work HTH Tarique --

Re: [jQuery] THE List of Sites Using jQuery

2007-01-17 Thread Dr. Tarique Sani
On 1/17/07, Rey Bango [EMAIL PROTECTED] wrote: I just tested it out and it appears to be running now. Give it another try guys. Not working for me BTW How about a section on Projects/Products using JQuery? Cheers Tarique -- = PHP

Re: [jQuery] Can this be written better (newbie alert)

2007-01-13 Thread Dr. Tarique Sani
On 1/13/07, Christof Donat [EMAIL PROTECTED] wrote: Your code is really good for a jQuery beginner ;-) Just small improvements: Thanks for the compliment and many more thanks for the *small* improvements. Everything worked as you said and this was exactly what I was looking for. To clarify I

[jQuery] Can this be written better (newbie alert)

2007-01-12 Thread Dr. Tarique Sani
Hello All, Just about getting feet wet with jQuery, wrote a simple function which fills an input field with text of the link clicked after sorting the comma separated values. It is working as expected but would like to know if it can be made more comprehensive. $(document).ready( function(){