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
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
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
> Fixed. 1.3 won't break the present version of jQuery.Form.
> Thanks for catching.
Great! thanks a lot.
-- 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
data = $.httpData(xhr, opts.dataType, {});
Ticket created @ http://dev.jquery.com/ticket/3052
-- 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
> 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
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
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
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
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 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
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
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
e this; but how do you program the interface for "restoring"
content when one needs it (browser crashed, for instance)?
-- 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
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/
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
Great work :)
You have a bug at
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
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
21 matches
Mail list logo