[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 turn

[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({

[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] 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 goosfanc...@gmail.com wrote: hi, jquery form only

Re: [jQuery] jquery form and myfom

2009-11-09 Thread Lord Gustavo Miguel Angel
Angel goosfanc...@gmail.com wrote: 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 goosfanc

[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...

2009-11-09 Thread Lord Gustavo Miguel Angel
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
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-.

[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] Re: $.ajax and responsed value...

2009-11-07 Thread Lord Gustavo Miguel Angel
thank´s -- From: Josip Lazic jlaz...@gmail.com Sent: Saturday, November 07, 2009 4:02 PM To: jQuery (English) jquery-en@googlegroups.com Subject: [jQuery] Re: $.ajax and responsed value... You could try return json encoded data from PHP, here's

[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); }

Re: [jQuery] [ ajax jQuery]

2009-11-04 Thread Lord Gustavo Miguel Angel
: [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 goosfanc...@gmail.com wrote: Hi, Why this code not is ok? -8

[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 cpiet...@gmail.com 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

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

2009-09-21 Thread Lord Gustavo Miguel Angel
hi! please write here you code. Thanks. -- From: Matthew matthewbchamb...@gmail.com Sent: Monday, September 21, 2009 8:11 PM To: jQuery (English) jquery-en@googlegroups.com Subject: [jQuery] Accessing functions inside $(document).ready() Hi

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

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

[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 -- div id=contenedor h1UNA TERTULIA INESPERADA/h1

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

2009-09-19 Thread Lord Gustavo Miguel Angel
Sorry not work! -- From: Mike McNally emmecin...@gmail.com Sent: Saturday, September 19, 2009 1:44 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ why don´t working attr ] On Sat, Sep 19, 2009 at 10:03 AM, adambundy

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

2009-09-19 Thread Lord Gustavo Miguel Angel
, are other things wrong? Maybe; you didn't post anything else. On Sat, Sep 19, 2009 at 3:56 PM, Lord Gustavo Miguel Angel goosfanc...@gmail.com wrote: Sorry not work! -- From: Mike McNally emmecin...@gmail.com Sent: Saturday, September 19, 2009 1:44 PM

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

2009-09-16 Thread Lord Gustavo Miguel Angel
On Tue, Sep 15, 2009 at 8:57 PM, Lord Gustavo Miguel Angel goosfanc...@gmail.com wrote: Hi, I have 3 or more p 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 p 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 mar4...@gmail.com wrote: var value = $('#ListaCliente).val(); $.post(teste.php, { selectvalue: +value}); 2009/5/30, _zeh_ lcpgbra...@gmail.com: I have the following select: select name=ListaCliente id=ListaCliente

[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 balazs.endr...@gmail.com 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

[jQuery] test

2009-01-11 Thread Lord Gustavo Miguel Angel

[jQuery] [ definition css in other file ]

2009-01-11 Thread Lord Gustavo Miguel Angel
Hello all! I have this .html - script language=JavaScript type=text/javascript src=jvs/ jquery-1.2.5.js /script script type=text/javascript $(document).ready(function(){ $(p).click(function(event){ alert(Thanks for visiting!); }); }); /script /head body div

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

2009-01-11 Thread Lord Gustavo Miguel Angel
=text/css / but don´t... On 11 ene, 19:59, Varun Khatri khatri.vk1...@gmail.com wrote: make a .css file like test.css and use it like: link href=test.css rel=stylesheet type=text/css / hope this helps!! On Sun, Jan 11, 2009 at 3:56 PM, Lord Gustavo Miguel Angel

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

2009-01-11 Thread Lord Gustavo Miguel Angel
type=text/css / 2009/1/11 Lord Gustavo Miguel Angel goosfanc...@gmail.com 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 style.txt) my problem: how i do to use index.html and style.css

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

2009-01-11 Thread Lord Gustavo Miguel Angel
Gustavo Miguel Angel goosfanc...@gmail.com wrote: no work sorry i write in spanish. but in file that i send you can see this lines: link href=css/estilos.css rel=stylesheet type=text/css / but when i use this: body /div div id=contenidos h3Parte

[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 jere...@gmail.com To: jquery-en@googlegroups.com; jquery-...@googlegroups.com Sent: Sunday, January 11,

[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] 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

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

2008-12-29 Thread Angel Marquez
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, Angel Marquez angel.marq...@gmail.com wrote: *(required) Q: *Describe the difference in result

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

2008-12-29 Thread Angel Marquez
. Is there anything to do with jQuery here? -- *From:* jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] *On Behalf Of *Angel Marquez *Sent:* Monday, December 29, 2008 7:48 PM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] HELP: Screening questions

[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 CSS

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike Alsup, Thanks for helping me out. I've added: script type=text/javascript src=jquery-1.2.6.min.js/script 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

[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: script type=text/javascript src=jquery-1.2.6.min.js/script Still not working, can you please check? Regards, Sultan Arefin

[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

[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
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 help

[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 p tag and feed it from the class. wait..maybe I just answered my own question... THE CHAIN!

[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!

[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] Re: navigation driven collapsible/accordion system

2008-05-14 Thread Angel Marquez
/ 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: I am trying to create a progressive form interface. So, say I have a 1