[jQuery] Re: Superfish: drop down slide down / slide up effect - how to?

2010-01-05 Thread Angel
I got it, here it's how my code looks like: $("ul.menu").supersubs({ minWidth:10, // minimum width of sub-menus in em units maxWidth:25, // maximum width of sub-menus in em units extraWidth: 1 // extra width can ensure lines don't sometimes tur

[jQuery]

2009-12-14 Thread Lord Gustavo Miguel Angel
unsuscribe

[jQuery] XMLHTTPRequest in IE

2009-11-15 Thread Lord Gustavo Miguel Angel
Hi, I´m to read some web where say that IE 7+ accept XMLHTTPRequest... what problems will be able to have my pages? thank´s

[jQuery] session and ajax

2009-11-11 Thread Lord Gustavo Miguel Angel
Hi,. I have problem with code ajax and jquery when from code ajax call one source .php, the session (create in these source .php) no exist when return... can you help me? thank´s -- source ajax --- $(document).ready(function(){ $('#form1').ajaxForm({

Re: [jQuery] jquery form...

2009-11-09 Thread Lord Gustavo Miguel Angel
does not exist. :D On Mon, Nov 9, 2009 at 7:09 PM, Lord Gustavo Miguel Angel wrote: hi. i´m try with this example: http://www.malsup.com/jquery/form/#json but Alert(data.message) return "undefinited" why? tk-.

Re: [jQuery] jquery form...

2009-11-09 Thread Lord Gustavo Miguel Angel
i don´t understand i write this: From: Matt Quackenbush Sent: Monday, November 09, 2009 10:20 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] jquery form... Why? Simple. Because the variable does not exist. :D On Mon, Nov 9, 2009 at 7:09 PM, Lord Gustavo Miguel Angel wrote

[jQuery] jquery form...

2009-11-09 Thread Lord Gustavo Miguel Angel
hi. i´m try with this example: http://www.malsup.com/jquery/form/#json but Alert(data.message) return "undefinited" why? tk-.

Re: [jQuery] jquery form and "myfom"

2009-11-09 Thread Lord Gustavo Miguel Angel
s will return an array of -all- elements of class "blah") $('form') (this will return an array of -all- form elements on the pag) $('form[name=gustavo]') $('form[id=xyz]') $('form[class=blah]') $('form#xyz') Is there a specific question he

Re: [jQuery] jquery form and "myfom"

2009-11-09 Thread Lord Gustavo Miguel Angel
then... what alternative have? thank´s From: Charlie Griefer Sent: Monday, November 09, 2009 7:18 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] jquery form and "myfom" On Mon, Nov 9, 2009 at 2:16 PM, Lord Gustavo Miguel Angel wrote: hi, jquery form only work if na

[jQuery] jquery form and "myfom"

2009-11-09 Thread Lord Gustavo Miguel Angel
hi, jquery form only work if name of form is "myform"? is correct afirmation? thank´s

Re: [jQuery] Re: $.ajax and responsed value...

2009-11-07 Thread Lord Gustavo Miguel Angel
thank´s -- From: "Josip Lazic" Sent: Saturday, November 07, 2009 4:02 PM To: "jQuery (English)" Subject: [jQuery] Re: $.ajax and responsed value... You could try return json encoded data from PHP, here's tutorial http://www.prodevtips.com/2008/0

[jQuery] $.ajax and responsed value...

2009-11-07 Thread Lord Gustavo Miguel Angel
Hi, I need transfer from resultados.php two values, to next check and run something. Example code: Code run when i clicked in button of form var sData = 'name' + "gerardo" + '&password' + '123'; $.ajax({ type: "POST", url: '../resultados.php', data: sData, success: function(values){

Re: [jQuery] [ ajax jQuery]

2009-11-04 Thread Lord Gustavo Miguel Angel
ember 04, 2009 11:00 PM To: Subject: Re: [jQuery] [ ajax jQuery] Normally, one would direct an AJAX request to some server-side script (eg. PHP, Python, Perl, etc.) not a plain HTML page. On Wed, Nov 4, 2009 at 8:55 PM, Lord Gustavo Miguel Angel wrote: Hi, Why this code not is ok? -8<-

[jQuery] [ ajax jQuery]

2009-11-04 Thread Lord Gustavo Miguel Angel
Hi, Why this code not is ok? -8<--- $(document).ready(function(){ $(".button").click(function(){ $.ajax({ url: "ejemplo.html", success: function(datos){ alert(datos); }

[jQuery] Re: i18n for >30000 entrys - cool ?

2009-09-22 Thread Angel
Sent from my iPhone On Sep 22, 2009, at 9:00 AM, Christopher wrote: hei list! I was wondering if the i18n table is still state of the art for about 30 000 entrys (cities) in a model (=180 000 entrys in i18n). Or is there a better solution like using a table prefix for different langu

[jQuery] Re: Accessing functions inside $(document).ready()

2009-09-21 Thread Lord Gustavo Miguel Angel
hi! please write here you code. Thanks. -- From: "Matthew" Sent: Monday, September 21, 2009 8:11 PM To: "jQuery (English)" Subject: [jQuery] Accessing functions inside $(document).ready() Hi all I've got a js file where all the functions are

[jQuery] [Attrib "external" not working...]

2009-09-20 Thread Lord Gustavo Miguel Angel
Hi, Why this code not working? google url www.google.com open in same windows. Thank´s

[jQuery] Re: [ why don´t working "attr" ]

2009-09-19 Thread Lord Gustavo Miguel Angel
uot; value. For that you need "div#contenedor". Now, are other things wrong? Maybe; you didn't post anything else. On Sat, Sep 19, 2009 at 3:56 PM, Lord Gustavo Miguel Angel wrote: Sorry not work! -- From: "Mike McNally&

[jQuery] Re: [ why don´t working "attr" ]

2009-09-19 Thread Lord Gustavo Miguel Angel
Sorry not work! -- From: "Mike McNally" Sent: Saturday, September 19, 2009 1:44 PM To: Subject: [jQuery] Re: [ why don´t working "attr" ] On Sat, Sep 19, 2009 at 10:03 AM, adambundy wrote: Your syntax is incorrect. What you want, I think,

[jQuery] [ why don´t working "attr" ]

2009-09-19 Thread Lord Gustavo Miguel Angel
Hi, I have this code jQuery: $('div.contenedor a').each(function(index){ $(this).attr({ 'rel': 'external', 'id': index }); }); -- This´s my html -- UNA TERTULIA INESPERADA 0) En un aguje

[jQuery] Re: [ first quest...]

2009-09-16 Thread Lord Gustavo Miguel Angel
ector2selectorN On Tue, Sep 15, 2009 at 8:57 PM, Lord Gustavo Miguel Angel wrote: Hi, I have 3 or more label. How i do to do this: if (p:eq(..) == 0) .and. p:eq() > 5) then ... endif Thank´s

[jQuery] [ first quest...]

2009-09-15 Thread Lord Gustavo Miguel Angel
Hi, I have 3 or more label. How i do to do this: if (p:eq(..) == 0) .and. p:eq() > 5) then ... endif Thank´s

[jQuery] Re: $.post form don't post

2009-05-31 Thread Angel
Sent from my iPhone On May 31, 2009, at 10:16 AM, mar4eva mar4eva wrote: var value = $('#ListaCliente).val(); $.post("teste.php", { selectvalue: ""+value}); 2009/5/30, _zeh_ : I have the following select: ABA CARLOS LUIZ SILVIO and may an

[jQuery] [ resolution browser? ]

2009-01-17 Thread Lord Gustavo Miguel Angel
Hi, How i can to know resolution of browser? Thank´s

[jQuery] Re: Smooth animation

2009-01-13 Thread Angel Kolev
Thanks for your answers. Ill check the discussion you mentioned. 2009/1/13 Balazs Endresz > > It's hard to tell anything else than I've just said based on this > information. If you use .animate() with each coordinates you get then > you have to set the duration to a smaller number as jQuery que

[jQuery] john. please example css

2009-01-11 Thread Lord Gustavo Miguel Angel
John, please publish full example of the use one fine .html and other .css both with jquery. Thank´s. Please Not use .css inside .html file. - Original Message - From: "John Resig" To: ; Sent: Sunday, January 11, 2009 11:15 PM Subject: [jQuery] jQuery 1.3rc1 Ready Hey Everyone

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Lord Gustavo Miguel Angel
contenido Escoger del menu check your file is in css folder as you are writing : css/estilos.css estilos.css should be in folder name css... I tried your code and it works fine... On Sun, Jan 11, 2009 at 5:18 PM, Lord Gustavo Miguel Angel wrote: no work

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Lord Gustavo Miguel Angel
, January 11, 2009 9:03 PM Subject: [jQuery] Re: [ definition css in other file ] u can try like : 2009/1/11 Lord Gustavo Miguel Angel ok. i trade explaint problem. i have 2 file: index.html( i send file with name html.txt) style.css( i send file with name

[jQuery] Re: [ definition css in other file ]

2009-01-11 Thread Lord Gustavo Miguel Angel
hatri" wrote: > make a .css file like test.css and use it like: > > hope this helps!! > > On Sun, Jan 11, 2009 at 3:56 PM, Lord Gustavo Miguel Angel < > > goosfanc...@gmail.com> wrote: > >

[jQuery] [ definition css in other file ]

2009-01-11 Thread Lord Gustavo Miguel Angel
Hello all! I have this .html - $(document).ready(function(){ $("p").click(function(event){ alert("Thanks for visiting!"); }); }); Escoger del menu --- eof 8< and i have this other .css: - #contenidos

[jQuery] test

2009-01-11 Thread Lord Gustavo Miguel Angel

[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-30 Thread Angel Marquez
See, that is the kind of feedback I was interested in. I sell my self short and thought I saw some inconsistencies and discrepancies; but, was unsure. I appreciate everyones feedback. Thank you, Angel

[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
enclosures"? > > No, I can't. Can you? What the heck is a "JavaScript enclosure"? > > -Mike > > p.s. Is there anything to do with jQuery here? > > -- > *From:* jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] *On >

[jQuery] Re: HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
/ > > 5. block / inline > > 6. > assume allLayer is array of layer1 and layer2 > YAHOO.util.Dom.setStyle(allLayer, "opacity", 66%); > YAHOO.util.Dom.setStyle(allLayer[0], "backgroundColor", "#000"); > > > > > On Dec 29, 7:47 pm, &quo

[jQuery] HELP: Screening questions for JavaScript developer candidates:

2008-12-29 Thread Angel Marquez
*(required) Q: *Describe the difference in result of the JavaScript DOM methods getElementById and getElementsByClassName. *2. (required) *Given this JavaScript statement: * ** objXHR.open('GET',**' HYPERLINK "http://"; http://myURL.com',true** );** * a.* Q:* What, probably, is the t

[jQuery] Re: How to gzip a javascript file | I am not able to find.

2008-10-19 Thread Angel Marquez
http://www.ee.surrey.ac.uk/Teaching/Unix/unix6.html download cygwin. http://www.cygwin.com/ On Sat, Oct 18, 2008 at 11:42 AM, Sridhar Kuppalli < [EMAIL PROTECTED]> wrote: > Hi All, > > I am a PHP programmer. > I dont have access to the htdocs or apache of my web hosting. > > *Can we gzip JS and

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike, Finally, it's working! Thanks :) Regards, Sultan Arefin On Oct 3, 1:29 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Thanks for helping me out. I've added: > > > > > Still not working, can you please check? > > > Regards, > > Sultan Arefin > > Hi Sultan, > > You need to change this li

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike Alsup, Thanks for helping me out. I've added: Still not working, can you please check? Regards, Sultan Arefin On Oct 2, 6:26 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I've spent hours but couldn't make it work. I don't know what I'm > > missing. Can you please checkhttp://www.chor

[jQuery] jQuery Cycle Lite Plugin

2008-10-01 Thread angel
Hi, I've spent hours but couldn't make it work. I don't know what I'm missing. Can you please check http://www.chorka.com/jquery/jquery.html and comment? Regards, Sultan Arefin

[jQuery] web mashups

2008-08-19 Thread Angel Marquez
could you recommend any good ones?

[jQuery] I need

2008-07-03 Thread Angel Marquez
I need a component/widget that works as follows: 1. Collapsible/Expandable 2. When Expanded a tabbed list appears. 3. Upon mouse entry into the tab list the div content is revealed. 4. Upon mouse leave from the tab list the div content disappears. 5. Div content is a list of forms that open in a l

[jQuery] lightbox with form

2008-06-19 Thread Angel Marquez
Anyone know of a j.box? http://particletree.com/features/lightbox-gone-wild/ I need to place a link that triggers a lightbox that holds a form. Any ideas, people? Thank you in advance. -A

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread Angel Marquez
yes, I saw this example... I'm new to JQ and wasn't sure on how to remove the parameter from the tag and feed it from the class. wait..maybe I just answered my own question... THE CHAIN!

[jQuery] Re: corners plugin works in IE but fails in Firefox

2008-05-28 Thread Angel Marquez
ALSO when I use the corners plugin and try to re-use the div the effect only applies to the first div in the chain. Any Idea on how to apply the rounded corners to multiple div's of the same id or class? best, a On Wed, May 28, 2008 at 10:15 AM, JP <[EMAIL PROTECTED]> wrote: > > Can somebody h

[jQuery] Re: navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
te/demo/multipart/ > > That uses the accordion plugin for the navigation (not exactly what > its supposed to do) and validates each page using the validation > plugin. > > Jörn > > On Wed, May 14, 2008 at 9:34 PM, Angel Marquez <[EMAIL PROTECTED]> > wrote: > >

[jQuery] Re: navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
send me a zip of the source files for the accordion nav combo and I'll do a remote music project with ya... what do you say? http://www.angelrobertmarquez.com

[jQuery] navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
I am trying to create a progressive form interface. So, say I have a 1, 2, 3 process and withing the panel I need to a have a next and previous button/link that will navigate the user from panel to panel...final panel is a submit button.. any reference(s) would be fantastic! thank you!