[jQuery] lightbox plugin activating problem

2010-02-18 Thread Carlos Aboim
989/ I tried also lightbox 2 but on that is doesn't even trigger the event I change de rel="" to group several fotos like rel="foto[something]" but no success What am I doing wrong thank you Carlos Aboim

Re: [jQuery] Menu content within text file

2010-02-04 Thread Carlos De Oliveira
;http://urltomenufile.php";, type: "get", dataType: "json" }); Thats all -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 0426 517 73 01 0212 204 69 60 cdeolive...@grupozoom.com card...@gmail.com

Re: [jQuery] Fullcalendar plugin one problem I cannot solve

2009-12-16 Thread Carlos De Oliveira
All you need is carefully modify the plugin, you also need permisions from author, in a better way, try to add an option to show only day events... -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 0426 517 73 01 0212 204 69 60 cdeolive...@grupozoom.com card...@gmail.com

Re: [jQuery] Tips and tricks for fixing memory leaks

2009-12-07 Thread Carlos De Oliveira
try to use *.min *codes (minimized versions of .js), also may remove Jquery UI sections from *JQuery.ui.min.js*. -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 0426 517 73 01 0212 204 69 60 cdeolive...@grupozoom.com card...@gmail.com

Re: [jQuery] how to use keypress & click function together...

2009-12-07 Thread Carlos De Oliveira
27;).val(); > >$.ajax({ >type: 'post', >url: 'translate.php', >data: 'from=' + from + '&to=' + to + '&word=' + word, > >success: function(results) { >$('#main img.loaderIcon').fadeOut(1000); >$('ul#response').html(results); >} >}); // end ajax >}); > }); > > -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 0426 517 73 01 0212 204 69 60 cdeolive...@grupozoom.com card...@gmail.com

Re: [jQuery] [validate] - jquery plugin + recaptcha = anyone get this to work?

2009-12-07 Thread Carlos De Oliveira
This is a JQuery Forum.

Re: [jQuery] When plugin ajaxform meets FCKeditor.

2009-12-07 Thread Carlos De Oliveira
Hi, I think the problem is the FCKEditor, that converts textareas into styled html elements, The code it's very obstrusive and may be the cause of Jquery Posts. First, you must try make the post without using FCKEditor. -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 042

[jQuery] error when updating version

2009-11-27 Thread carlos
) .bind( 'dropend', function( e ){ } ); }, (I can copy all the code if necessary) please, can someone help me? Thank you very much, Regards, Carlos.

[jQuery] Re: update div with textarea length

2009-11-24 Thread [jQuery-Br] Ruan Carlos
http://web.djalmaaraujo.com.br/projects/jquery/jquerylimitinput/0.2.1/example.html maybe it's works. On 24 nov, 07:29, Michel Belleville wrote: > As long as it's working now kudos. > > Regards. > > Michel Belleville > > 2009/11/24 rjc > > > > > I'm sorry Michel, I edited my last reply because I

Re: [jQuery] Re: Selecting elements loaded from an AJAX call

2009-11-24 Thread Carlos De Oliveira
="javascript:alert('You clicked Foo')". -- Carlos De Oliveira Departamento De Sistemas Consultor Senior 0426 517 73 01 0212 204 69 60 cdeolive...@grupozoom.com card...@gmail.com

[jQuery] Wait the function end the post and then do this

2009-11-19 Thread Carlos Santos
Tenho uma função que chama outra função function refreshEstado(estado, cidade){ $.post( '../busca_estados.php',{ UF: $mUF }, function(data){ $('#result-estado').html(data);

[jQuery] Re: non well-formed

2009-11-18 Thread Carlos Alberto
I think you must encapsulate "false" and numbers in quotes... and treat msg like an object (msg.descrizione, msg. disponibile... etc.) On 18 nov, 17:43, sportfantasy wrote: > Hi, > > I'm italian developer. I have a problem. I develope my simple web > application using jquery for ajax call. > >

[jQuery] Re: Using a selector with .load() doesn't execute script?

2009-09-30 Thread Carlos Becar
remove this <script type="text/javascript"> $('#contentDiv').fadeOut('slow', function() {} ); -- Atte. Carlos Becar.

[jQuery] Re: Elements with similar names

2009-09-26 Thread Carlos Santos
> > try this page for reference on selectorshttp://docs.jquery.com/Selectors > > > Chris > > > On Sep 25, 10:12 pm, Carlos Santos wrote: > > > > I have in one form, many, many text fields with similar names such > > > as: > > > > tx_qt

[jQuery] Elements with similar names

2009-09-25 Thread Carlos Santos
I have in one form, many, many text fields with similar names such as: tx_qtde1 tx_qtde2 tx_qtde3 how i can select all this text fields without using a class, something like: $("tx_qtde * ") where the * is the numbers. Thanks for your time. Carlos Santos

[jQuery] Clear (cancel) Option

2009-09-20 Thread Carlos Raniery
Hello, I'm trying to enable or disable the clear (cancel) from a button click. I also want to remove/add the star-rating-hover css class of this clear/cancel option. Is it possible? My code is based on Test 3-B example. Thanks in advance.

[jQuery] Re: click a button returned by ajax

2009-09-09 Thread Carlos Santos
function live was what I needed. But now another question. it's possible to make a POSTwith AJAX, via a button also created with AJAX, and store the return in a CONTAINER that does not exist in the DOM, but must exist when the POST is done? I.E. /*Action on a button that still exist in the DOM*/

[jQuery] click a button returned by ajax

2009-09-08 Thread Carlos Santos
I have a button that do appear on my page through a post with jquery: $.post( 'more_item.php',{ NumItem: NumeroItem, Str : $("#form-itens").serialize() },

[jQuery] Re: Simple Question with Clone() and Append()

2009-08-18 Thread Carlos Becar
t").attr({"name":"tipo"+count,value:""}); $(this).find("input").attr({id:"informacion"+count,value:""}); $(this).find("img").removeClass("opacity").click(function(){ $(this).parents("tr:first").remove(); count--; }); -- Atte. Carlos Becar.

[jQuery] Re: manipulate elements with filter

2009-08-18 Thread Carlos Becar
nd("input").attr({id:"informacion"+count,value:""}); $(this).find("img").removeClass("opacity").click(function(){ --> $(this).parents("tr:first").remove(); <--- count--; }); }); -- Atte. Carlos Becar.

[jQuery] Re: [validate] delegate event on selection failed in IE

2009-08-17 Thread Carlos Becar
Ok and that resolve the problem? -- Atte. Carlos Becar.

[jQuery] Re: [validate] delegate event on selection failed in IE

2009-08-17 Thread Carlos Becar
you have add "*" in var theForm = $('form:first *'); because Changes are not propagated up through to the form I guess and Just bind to all the possible pieces of the form and look for changes directly there. test and tell me if the solution works for you -- Atte. Carlos Becar.

[jQuery] Re: [validate] delegate event on selection failed in IE

2009-08-17 Thread Carlos Becar
Class(); } }); })(jQuery) you have add "*" in *var theForm = $('form:first *');* because Changes are not propagated up through to the form I guess and Just bind to all the possible pieces of the form and look for changes directly there. test and tell me if the solution works for you -- Atte. Carlos Becar.

[jQuery] Re: Validate groups of input fields, checkbox highlight and reset

2009-08-16 Thread Carlos Becar
them -- Atte. Carlos Becar.

[jQuery] Re: Filter (attribute, value)

2009-08-15 Thread Carlos Becar
a error you have to use toggle including -- Atte. Carlos Becar.

[jQuery] Re: .load() and executing JavaScript from loaded content

2009-08-15 Thread Carlos Becar
ok, but ".some-filter" is a variable or element or what contain? contain a apge exmaple radmonpage.asp ? -- Atte. Carlos Becar.

[jQuery] Re: Validate groups of input fields, checkbox highlight and reset

2009-08-14 Thread Carlos Becar
heckbox */ /* you can add class without send to the function) $("input[name*='chkList']").addClass(errorClass) > > alert("please select at least one option") } else { $("input[name*='chkList']").removeClass(errorClass) } } but , i dont know because use "removeClass" or addClass" without respective parameters, this not add or remove or fire nothing . -- Atte. Carlos Becar.

[jQuery] Re: Filter (attribute, value)

2009-08-14 Thread Carlos Becar
, but if have different href you can use something like this $("a[href='+Path+']") -- Atte. Carlos Becar.

[jQuery] Re: Code inside click() event not firing.

2009-08-14 Thread Carlos Becar
james s correct you should use method delegation or plugins like listen or intercepted .. documetnation jqueryis the best ! -- Atte. Carlos Becar.

[jQuery] Re: Event click not fired by code added after the page is loaded

2009-08-14 Thread Carlos Becar
use plugin like live or listen bye. -- Atte. Carlos Becar.

[jQuery] problem using jquery ui tabs and google maps

2009-07-03 Thread Carlos
Hi, I have a map inside a "tab", which is created using jquery ui tabs. Placing the map inside a tab causes it to center itself in the wrong point, and the marker in the center doesn't show up. there's a test here: http://demo.motivus.pt/googlemaps/test.html is this a googlemaps or a jquery prob

[jQuery] Ignoring mouse events?

2009-03-26 Thread Carlos A. Carnero Delgado
useout triggers. and what comes next is a flickering of said div. Essentially triggering/retriggering of onmouseover & onmouseout events. So, finally, my question. Is there a way to have a div (front layer in this case) to ignore, or pass "below" mouse events? I'm jQuery noob, BTW. Thanks a lot, Carlos.

[jQuery] Re: Beginner question: AJAX doesn't work

2009-02-27 Thread carlos benitez fil
Hi; you has a lot of sintaxis errors; I have written your code again and now works fine: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> jquery $(document).ready(function(){ $("#newsletteranmeldung").submit(function(){ var ema

[jQuery] Re: Remove doenst work on dynamically created li

2009-02-27 Thread carlos benitez fil
Hi Dimby, your problem is very easy; you are creating a new element, a new '', but it does not have an event attached. It's a beginner mistake. You only need to change one line: $('a.remove').live ('click', function() { var id= $(this).attr('id'); $('li#'+id).fadeOut('fast', fu

[jQuery] Css inject webkit

2009-02-24 Thread Carlos
ind ("style:last").append(x); $('#Content').empty().html(data); but $(data).find("style").html() return nul value.. somebody can suggest me anything ? thanks Carlos

[jQuery] Re: Using jQuery Form Plugin - submitting special characters

2008-09-18 Thread Carlos André Oliveira
All strings are in the form, to submit this form I'm using the jquery.form plugin as the function below: function foo(){ var options = { url: 'model/serviceRelease.asp?id=5', target: '#divMessage', type: 'get', success: messageSuccess}; $('#myForm').ajaxForm(options); $('#myForm').su

[jQuery] Dynamic mask

2008-09-03 Thread Carlos Tavares
Hey All,A problem so bad... Can I change mask to ? Like this:

[jQuery] Help with forms

2008-04-24 Thread Carlos Escuriola
Hello everybody. I need help with one form. I created a form which contained data that has to be submitted both to a CRM but before the submit, I have to send an email with the data included in the form. As the CRM is in an external site, I can't manage the data once the form is submitted, How c

[jQuery] Forms: Email before submit

2008-04-24 Thread Carlos Escuriola
Hello everybody. I have a form which data has to be sent to a CRM (salesforce), so in the form action I have to include "https://www.salesforce.com/ servlet/...", but I need to send emails before the form submits, because how the form is in an external url, I can't manage the data once the form i

[jQuery] Re: I need some help with basic thing

2008-02-16 Thread Carlos Antonio da Silva
he click event is not bound, because you are creating the element on-the-fly when you click "addsuggest": $('#message').html('add'); Maybe the LiveQuery plugin can help you: http://brandonaaron.net/docs/livequery/ =) --- Carlos A

[jQuery] Re: Do tabulations and spaces make a difference?

2008-02-11 Thread Carlos Antonio da Silva
Cristian escreveu: > Thank you Carlos, probably I was very tired last night. I spent 30 > minutes trying to spot the problem. I'll probably never forget to add > a semi colon again. :-) You're welcome.. I'm glad to help... =) --- Carlos Anto

[jQuery] Re: Do tabulations and spaces make a difference?

2008-02-10 Thread Carlos Antonio da Silva
): You have a ":" in the last line instead of ";" --- Carlos Antonio da Silva Sistemas de Informação Rio do Sul - Santa Catarina "Não deixa de fazer algo que gosta devido à falta de tempo, a única falta que terá, será desse tempo que infelizmente não voltará mais."

[jQuery] Re: interface: sort dynamic lists

2007-07-12 Thread carlos
found it... .SortableAddItem() On Jul 12, 3:00 pm, carlos <[EMAIL PROTECTED]> wrote: > Hi, > > I have an empty list which the user can add items to. Because it's > built by the user after the page loads, interface sortables won't work > on this list. >

[jQuery] interface: sort dynamic lists

2007-07-12 Thread carlos
Hi, I have an empty list which the user can add items to. Because it's built by the user after the page loads, interface sortables won't work on this list. is this possible with interface? thanks, carlos