[jQuery] How to use getResponseHeader using .ajax request with xhr option

2009-06-19 Thread Gabriel
The .ajax() request has an option called 'xhr'. I am trying to grab the filesize of a file (html) being requested with ajax. I think that the method used with XHR is getResponseHeader. How would I implement this into the 'xhr' option? I have tried several ways, but all gave me errors on

[jQuery] Re: IDE for JQuery?

2009-03-29 Thread gabriel balint
NetBeans rocks, komodo it's not there yet On Sun, 2009-03-29 at 16:27 -0700, Earth wrote: (Open)Komodo has it all or Netbeans if your computer is powerful enough. On Mar 28, 2:57 am, iceangel89 iceange...@gmail.com wrote: which IDE is best for JQuery? i mean like has code completion for

[jQuery] jquery and netbeans 6.5

2009-03-22 Thread gabriel balint
Is anybody using netBeans as IDE? It looks promising but i can't get it to work properly. I get some of the functions but not all of them. (http://www.netbeans.org/download/flash/js/javascript_demo.html) inline: netbeans.gif

[jQuery] Hi, Jquery superfish menu flickers when I put any element

2009-03-16 Thread Gabriel Ungureanu
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri - Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting img element. Any idea

[jQuery] JQuery Superfish menu flickers when having any element inside a

2009-03-16 Thread Gabriel Ungureanu
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri - Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting img element. Any idea

[jQuery] Script like this site: http://ringvemedia.com/

2008-10-30 Thread Gabriel Tadeu
I visited this site and really like the image resizing... the original pic is big, resizing with bigger resolutions (like 1440x900). BUT the actual script is in moo tools, how create the same effect using jQuery? thanks!

[jQuery] Re: [Validate] Use id instead of name when defining rules for jQuery.Validate Plugin

2008-08-26 Thread Gabriel Schenker
to modify all occurences of element.name, which I can't recommend. Jörn On Mon, Aug 25, 2008 at 6:10 PM, Gabriel Schenker [EMAIL PROTECTED] wrote: Hi, is it possible to use the id attribute of an input element instead of the name attribute to identify an element when defining a rule, e.g

[jQuery] [Validate] Use id instead of name when defining rules for jQuery.Validate Plugin

2008-08-25 Thread Gabriel Schenker
Hi, is it possible to use the id attribute of an input element instead of the name attribute to identify an element when defining a rule, e.g. 'SetLengthRange'? If not, could the code of the plugin be easily modified (by myself)? Where would I have to look?

[jQuery] Adding Next link and Prev link To the first and last image

2008-08-23 Thread Gabriel
Hi all ! everything is in the title. I would like to Add Next link and Prev link To the first and last image of the thickbox plugin. Any ideas would be helpfull ! Thanks a lot ! Gabriel

[jQuery] Re: Adding Next link and Prev link To the first and last image

2008-08-23 Thread Gabriel
a lot ! ++ On Aug 23, 12:31 pm, Gabriel [EMAIL PROTECTED] wrote: Hi all ! everything is in the title. I would like to Add Next link and Prev link To the first and last image of the thickbox plugin. Any ideas would be helpfull ! Thanks a lot ! Gabriel

[jQuery] Re: Underlay to replace overlay

2008-07-15 Thread Gabriel
Hi Johnie, Yes, this is what I want to do... But I want to keep the little image that indicates there is something loading and more, I want to have my thumb in front of the image displayed. That's it ! Thank you for answering. Gabriel On 14 juil, 15:09, JohnieKarr [EMAIL PROTECTED] wrote: Hi

[jQuery] Re: Underlay to replace overlay

2008-07-12 Thread Gabriel
Nobody ??? :( On 10 juil, 23:13, Gabriel [EMAIL PROTECTED] wrote: Hi everybody, I was wondering how I can modify Thickbox plugin so that the images do not show up over the gallery (thumb - images) but under the gallery. I call it anunderlay. Thank you very much, Gabriel

[jQuery] Underlay to replace overlay

2008-07-10 Thread Gabriel
Hi everybody, I was wondering how I can modify Thickbox plugin so that the images do not show up over the gallery (thumb - images) but under the gallery. I call it an underlay. Thank you very much, Gabriel

[jQuery] [jQuery.TreeView] in Castle MonoRail

2008-06-16 Thread Gabriel Schenker
I'm trying to use jQuery and the jQuery plug-in. Now when I also have installed the Scriptaculous scripts (of MonoRail) I encounter a problem which I cannot explain... When trying to display (a basic) tree I encounter the following java script error: a.parentNode has no properties (jQuery.js

[jQuery] Re: Is this posible with JQUERY?

2007-11-03 Thread Gabriel Lovison
Look this http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/ very interesting plugin, but isn't equal 2007/11/3, Vladimir [EMAIL PROTECTED]: http://vikjavev.no/highslide/ extra fine jscript... does jQuery have a plug-in like that? -- Gabriel Z. Lovison

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread Gabriel Lovison
an array ? Thanks! 0xCAFE -- Gabriel Z. Lovison

[jQuery] Re: jQuery getElementsByName Equivalent ?

2007-09-07 Thread Gabriel Lovison
thank you i forgot this selector :) 2007/9/7, Klaus Hartl [EMAIL PROTECTED]: Gabriel Lovison wrote: but if I put one name for a element, like this: a name= how can I take this element with this name? The answer is already in this thread elsewhere, but here's a solution

[jQuery] Re: Is it possible to catch keypress events to a div?

2007-09-07 Thread Gabriel Lovison
to catch keypress events without using a textarea or a text input box. Can you bind keypress to a div or to body? I haven't been able to get it working, but I'm new to jquery. Thanks for the help! hydra12 -- Gabriel Z. Lovison

[jQuery] dynamic content load into div

2007-05-10 Thread Paulo Gabriel Antunes
well, i'm having some trouble running my load function on IE6+. it works fine on FF. there's 2 load functions: 1) one gets the command from div #menu and loads it into div #total. 2) the other one get the command from div #total and loads it in itself (#total). and number 2 is not working on

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-09 Thread Paulo Gabriel Antunes
hey! are you still there? could you help me please?

[jQuery] Re: .load external page by url

2007-05-09 Thread Paulo Gabriel Antunes
Massimiliano? From Fabico? O.o On 5/9/07, Massimiliano Marini [EMAIL PROTECTED] wrote: Hi Matt, Thats correct, ajax calls cannot retrieve external pages for security reasons. The only way to get external pages onto your page is to use an iframe, or a simple server side proxy that you can

[jQuery] NEED HELP WITH IE PROBLEMS.

2007-05-06 Thread Paulo Gabriel Antunes
Hey everyone. This is my test site: www.svplace.com/teste the function to load content into a div is working well on Firefox, but it doesn't on IE This is the load function: http://www.svplace.com/teste/load.js I got this function from this site: http://education.llnl.gov/jQuery/ which, by

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
at my example here: http://education.llnl.gov/jQuery/ This loads content specific to each of my example items from different pages. What language is your site in? Is that in Portuguese? On May 5, 9:44 am, Paulo Gabriel Antunes [EMAIL PROTECTED] wrote: ok, you almost got what i wanted. i would

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
DONE!! The problem was that i should also link the script in every file, so it could load in the 'total' itself thanks!! check www.svplace.com tomorrow to see it working. =D Paulo On 5/5/07, Paulo Gabriel Antunes [EMAIL PROTECTED] wrote: yes, it's the second. the example you sent it pretty

[jQuery] Re: LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-05 Thread Paulo Gabriel Antunes
weird... for me it doesn't work on IE. gotta find a hack. do u know any? On 5/5/07, Shelane [EMAIL PROTECTED] wrote: Hmmm. It didn't seem to work for me in FF. The first item loaded, but click A história loaded it on its own (not within the div). Declare the second function at the top of

[jQuery] LOADING CONTENT IN A PRE-EXISTING DIV

2007-05-04 Thread Paulo Gabriel
Hey everyone! This is the first time i'm using JQuery, and i'm having big trouble trying to make it work. Before JQ, i had scriptaculous and prototype running my site, but i need JQ to detect the user's resolution, so i could give him the proper background. But now, my old function that made my