[jQuery] nyro modal and iframes

2009-04-20 Thread fil...@ideologic.com.br
hello good fellows! i'm having a bit of trouble dealing with nyromodal and iframes. here is the thing: my client wants me to add a lightbox to his website, however, i need to call it from inside an iframe. so when i call the lightbox only the iframe area is filled with the black overlay. how do i

[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] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Fil
> Fixed. 1.3 won't break the present version of jQuery.Form. > Thanks for catching. Great! thanks a lot. -- Fil

[jQuery] Re: bug in jquery.form.js / function cb()

2008-06-17 Thread Fil
> I assigned the ticket to Mike Alsup, now we need to wait till he > checks it. >> Ticket created @http://dev.jquery.com/ticket/3052 In fact as Renato found out it is this changeset that breaks the file upload in jquery.form.js: http://dev.jquery.com/changeset/5714 -- Fil

[jQuery] bug in jquery.form.js / function cb()

2008-06-17 Thread Fil
data = $.httpData(xhr, opts.dataType, {}); Ticket created @ http://dev.jquery.com/ticket/3052 -- Fil

[jQuery] Re: Resizable textarea

2007-07-19 Thread Fil
Take a look to this article : http://www.jquery.info/spip.php?article44 and http://www.jquery.info/IMG/html/44_resizehandler.html Sorry it's in French but i think the code lines are talking by themselves. :) You are welcome to translate it ;-) -- Fil

[jQuery] Re: Resizable textarea

2007-07-18 Thread Fil
> Does anyone could combine a textarea with a Drag and Resize plugin to > create a Resizable Textarea. (A feature like this is available in > TinyMCE). Did you look at the Resizables demo? http://interface.eyecon.ro/demos There's also http://www.jquery.info/spip.php?article44 -- Fil

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Fil
t are absolutely needed in the beginning of the page load should be there. The rest, like cool menu effects, transitions, etc. can be loaded later. You want the page to appear responsive (i.e., something is loading) up front. -- Fil

[jQuery] Re: [ANNOUNCE] planet.jquery.com

2007-07-12 Thread Fil
I am pleased to announce the latest jquery.com service: http://planet.jquery.com/ Excellent :-) I've just added it to jQuery.info's Sedna @ http://www.jquery.info/sedna/ -- Fil

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Fil
plete docs before getting started) and don't hurt the scientists but *are* they art? Anyway, interesting discussion and good arguments, yep! -- Fil, who had nothing to add, in fact

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Fil
nd hence counter-intuitive. That's why I wanted to add my "I don't agree" message -- though I understand and respect your position, I don't share it. -- Fil

[jQuery] Re: Syntactic sugar for checking whether an element exists

2007-07-10 Thread Fil
jQuery is a language and as such requires you to read at least a bit of documentation or examples before starting. Maybe .is() and .length should be more prominently visible in the doc, but I see no point in adding the .exists() and .hasClass() cruft to the (beautiful) jQuery code. -- Fil

[jQuery] Re: getting the (computed) background-color

2007-06-17 Thread Fil
ave a parent() too many ;-) anyway this will fail if everything is transparent: you'll hit the document as $('html').parent() and get a js error when doing .css() on it. -- Fil

[jQuery] getting the (computed) background-color

2007-06-16 Thread Fil
lor'); if (bg != 'transparent' && bgcolor == 'transparent') bgcolor = bg; }); } I hated it: is there not already a plugin doing this (and probably doing it better)? -- Fil

[jQuery] Re: Threshold for saving content with AJAX

2007-05-14 Thread Fil
e this; but how do you program the interface for "restoring" content when one needs it (browser crashed, for instance)? -- Fil

[jQuery] Re: jQuery.com Back Up

2007-05-07 Thread Fil
", I guess?) is they don't seem to provide a nice web interface (a la trac), but only a pretty bare-bones interface like http://projetu.googlecode.com/svn/ But maybe I've missed something here -- Fil

[jQuery] Re: jquery.com - hacked?

2007-05-06 Thread Fil
I've updated the main page of the jQuery site with a description of what's going on (may, or may not, work depending on your DNS I've translated this on http://www.jquery.info/

[jQuery] Re: Release: autocomplete 1.0 alpha

2007-04-18 Thread Fil
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ Great work :) You have a bug at

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Fil
So, could someone with Safari at hand be so kind and quickly view http://trainofthoughts.org/repo/export/jquery/jquery.xsajax.test.html and tell me what output sequence (N. x, N. ) is visible? jQuery XS AJAX Plugin Demo output of script #1: i=17 output of script #2: j=52 1. start se

[jQuery] two bugs with interface/iautocompleter.js

2007-04-02 Thread Fil
ax-ed form), when the suggestion menu comes "late", and the user has already entered the input and validated the form, the suggestion menu displays but its "parent" input is gone... this is accomanied by many js errors in the console, and a suggestion box that refuses to go away. -- Fil