Your inner $(this).filter(...) doesn't make sense to me. This works for me
on FF2/Mac:
$(':input:visible').filter(function() {
return $(this).parents(':hidden').length == 0;
}).slice(0,1).focus();
That is: Select all visible inputs elements, filter out any who have parents
which are hidden
Someone found that this method does not handle visibility correctly.
When a visibility:hidden parent with a visibility:show child, the
child would override its parent's property (of course!).
So the script only need to check display:none parent, which would
introduce another filter:
$(":text:visi
Hi, the problem i have is that I have a group of radio buttons
associated with a hidden field like this:
Female
Male
and I have the following validation rule for the element:
"data[User][gender]":"required"
the validation doesn't work , it always shows an error whether the
radio buttons are
I'm new to jQuery and this doesn't supply year dating, so I don't know
if this is an old topic, but I recently had a similar problem. Just to
clear up,
XMLHttpRequest Object Has An Abort() Method
as stated at
http://www.bennadel.com/blog/1002-XMLHttpRequest-Object-Has-An-Abort-Method.htm
also,
So I've created two custom classes with "containers" (droppables) and
"items" (draggables) which have custom properties behaviors and some
awareness of eachother. Now I got to the point of having a container
tally up the price of all items inside it, but the problem is that
this only works on item
For the foreseeable future, we're focusing our efforts on jQuery UI and
ensuring that the rich set of functionality in the library is top notch.
The jQuery adapter which allows Ext to use the jQuery core is still
available as part of the Ext download but we're not working with them on
anythi
Hi all,
I have come to an issue that IE is keep loading after a jqModal is opened.
I think the issue might be related to an IE bug [link]. I tried to add
window.status everywhere in code but still no progress.
Anyone have encounter this before?
[link]
http://dangermoose.blogspot.com/2006/01/why-s
I'm using the cycle plugin and have set it up to automagically create
the tabs for changing to the next image.
http://www.actionhobby.ca/index.php?q=/node/524
But, this particular page has 32 images (possibly more to come). The
tabs are generated in a single row, and do not wrap at the edge
using
$.post("ajaxProc.asp", { cmd:'ups', mystring}
"mystring" is a list of values created by a function that returns a
result like city:phoenix,state:arizona, etc.
I want to add it to the post but I get back an error saying it's
missing the colon .
my guess is that it thinks "mystring" is t
Feb 07 was an announcement that JQuery and EXT were going to integrate
together. But it appears noting is happening? Is this what the
ui.jquery.com is? Of have each separated...
Thanks...
> I am using Ajax form posting.
>
> var options = {
> dataType: 'xml',
> beforeSubmit: post_request,
> success: response_xml
> };
>
> $("#form").submit(function() {
> $(this).ajaxSubmit(options);
>
> // !!! Important !!!
> // always return false to preven
> it says Submitting a form with AJAX doesn't get any easier than this at this
> address:
> http://malsup.com/jquery/form/#
>
> I am unable to get a simple form submitted to the sever. Making the forms is
> not the problem,
> however, it says i may need the plug in "jquery.form.js" so i uplo
I ran into this same issue today where $.unblockUI() seemed to be ignored by
Internet Explorer 6 and 7.
After searching all day for a possible cause, I found an unclosed label tag
in my HTML form. Adding the end label tag solved the problem.
Hope this helps.
- Steve
Beren wrote:
>
>
> Hi e
Hi,
Great plugin, works great in FF and IE, but not in safari. I've seen
several posts about that, but none helped.
Safari was freezing and giving an error message, something like "A
script on the page blabla is making Safari unresponsive".
I've updated to version 0.2.3 of jcarousel [1], and als
The page mentions adding and removing markers. I see addMarker is
documented is there a removeMarker?
On Apr 20, 7:29 am, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Hey folks,
>
> Today I am happy to announce that jMaps version 3 has been released
> today. This version is classed as a release can
Hi,
Great plugin, works great in FF and IE, but not in safari. I've seen
several posts about that, but none helped.
Safari was freezing and giving an error message, something like "A
script on the page blabla is making Safari unresponsive".
I've updated to version 0.2.3 of jcarousel [1], and als
Remy Sharp just wrote an article about this sort of thing at
http://jqueryfordesigners.com/image-cross-fade-transition/
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Apr 21, 2008, at 7:03 PM, t1mmie wrote:
Hey all,
Basically I'd like to have a nav
Louis,
Is the form data being submitted?
On Apr 14, 6:34 am, lcordier <[EMAIL PROTECTED]> wrote:
> I am using Ajax form posting.
>
> var options = {
> dataType: 'xml',
> beforeSubmit: post_request,
> success: response_xml
> };
>
> $("#form").submit(function() {
> $(this
it sounds to me its an overflow problem
IE does that a lot of the time, maybe position:absolute;
and giving it a height:0px; would fix the IE problem
google for IE DIV OVERFLOW youll find tons of solutions
just encountered with this problem last night with a flash also, but
no iframe
still same lu
Actually, you solved it. I had a in the empty cells. I put a
span around it so I could select it (to test with) and remove it, and
that solved the problem. I also removed it, and since I have
everything set to 20x20px, I don't really need those. Annoying
whitespace. Thanks.
On Apr 21, 4:13
On Apr 21, 9:21 am, Up-Works <[EMAIL PROTECTED]> wrote:
> Yes this line is, $('form#order').validate();, 10 lines above my
> livequery function
>
> Should I place it outside of the $(document).ready( function() ) { };
>
> On Apr 21, 8:02 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> > Up-Wo
Nice one! Love this plugin.
On Apr 20, 9:29 am, "Tane Piper" <[EMAIL PROTECTED]>
wrote:
> Hey folks,
>
> Today I am happy to announce that jMaps version 3 has been released
> today. This version is classed as a release candidate as I have not
> confirmed all bugs have been fixed, and some inter
Hey all,
Basically I'd like to have a navigation, when on :hover it fades to a
new image. Although when using the JQuery fade function, when you
hover over an image repeatedly and quickly, the image will continue to
fade in and out - for the amount of times you hovered over it.
I'd like to be ab
Is it possible to remove a script from a page dynamically?
The iframe in this case makes sense. I may go back and change it
later, but for now this works fine.
I realized that since it is hidden to begin with when the div
containing the iframe is clicked I then calculate the appropriate
height to then adjust the size of the CONTENT div which is the
cont
You can make use of a plugin called frameReady:
http://ideamill.synaptrixgroup.com.sharedcopy.com/0eee1d7362639298436d78f954
943088.html?page_id=18
JK
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of hubbs
Sent: Monday, April 21, 2008 2:49 PM
To
As a relative noob to the realm of jQuery, Ajax, & CakePHP. I've been
beating
my head into a brick wall trying to figure out a problem I'm having.
I have a simple checkbox within a view
checkbox('Request/
review_id', null, array('1'=>
'Ready', 'class' => 'review'));
You would need something to keep track of
the time between keyDown events then just pick the amount of time you
want to trigger on.
livefree75 wrote:
Hi,
I have an AJAX GET going out on KeyUp on a text box. I want to Cancel
the request or ignore the response if a new AJAX request has g
Jeffrey,
I just realize that the iframes are being written into the page using
javascript, something that I cannot control or change. Does the
document ready function trigger after ALL content is loaded? It seems
that is is missing the iframes, because they somehow load after.
On Apr 21, 2:19 p
Yeah, you are right, I had it as id before when testing it, but had
tried name also. Sorry that I didn't realize that.
Thanks for posting, I will try this and see how it works!
On Apr 21, 2:19 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> I noticed you wanted to assign an ID, but were using
I noticed you wanted to assign an ID, but were using the name property. Try
this:
$(document).ready(function(){
$("iframe").attr('id','frame1');
});
As regards to the HTML, you need to get the contents of the iframe. This
will return the document element. You can then do this:
$('iframe:f
Good lord, that's what was causing my IE errors!!!
Thank you so much! :) :)
On Apr 21, 4:26 pm, hans <[EMAIL PROTECTED]> wrote:
> I would like to second this, besides the problems mentioned above this
> also causes the bug in IE that triggers the security warning (http://
> support.microsoft.com
Hi,
I have an AJAX GET going out on KeyUp on a text box. I want to Cancel
the request or ignore the response if a new AJAX request has gone out
since the first one began. In other words, I only want to process the
AJAX request when the user is "done" entering. a la GMail address
lookup. What'
Thank you for all the good advice! I've installed the DebugBar, agree
with mrpollo about the ie developer toolbar (I can't find a script
console in there, but can edit CSS are they dishing out separate
versions??) - and, not having seen the new 'Visual Express' thingies,
am now all excited ab
I don't think it would deter anyone any more than using POST - it's
just as trivial to use firebug to call your encrypt/decrypt function
as it is to modify an ajax call in transit. I could concievably help
stop evesdroppers - but if you need to protect the data in transit it
should be over a secur
Here is my problem.
There are 2 iframes on my page, that I need to assign an ID to, and
then I need to get the innerHTML from each. For some reason, I can't
get jquery to add an id to the iframe at all. I tested it using div,
and that worked fine. Can you not set an id for an iframe?
$(docume
Want to post your code?
Whitespace could cause issues. Also, what if you set overflow:hidden
for the tds?
Thanks,
Hamish
On Apr 22, 8:04 am, Brian Ronk <[EMAIL PROTECTED]> wrote:
> Well, the problem isn't actually putting the image into the table,
> that part is fine. I'm running into a prob
I recently discovered that a PNG image in my imagemap did not work in
IE. Changed it to Jpeg and it worked afterwards.
>> Maybe it was because of a PNG fix i had running on the site <<
Well, the problem isn't actually putting the image into the table,
that part is fine. I'm running into a problem the way it is
displayed. My table is basically a map. It is 10x10, and I have it
set specifically to 20px x 20px. Each has a background image
that is actually 20px x 40px. These a
You may not want to go through the trouble, but the free Visual Studio Web
Express 2008 has an excellent debugger.
http://www.microsoft.com/express/download/#webInstall
Now, I still prefer Firefox for its DOM/CSS inspectors and NET traffic
analysis, but the actual debugging tools in the VS produ
Well be sure to let Adobe know. Since it's free it's the least we can do. :)
Rey...
Chris wrote:
Nice. But I already found a bug. Figures 2-1 and 2-2 are switched.
On Apr 18, 10:25 am, Rey Bango <[EMAIL PROTECTED]> wrote:
For all jQuerians interested in producingAIRapplications, Ajaxian.com
Rey,
Thanks
On Apr 18, 6:25 pm, Rey Bango <[EMAIL PROTECTED]> wrote:
> For all jQuerians interested in producing AIR applications, Ajaxian.com
> has posted about the new "AIR for JavaScript Developers Pocketguide"
> which has been updated for Adobe AIR v1.0. The PDF download is FREE! Get
> it whi
dude perhaps the only good valid solution that microsoft has given is
the ie developer toolbar
http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
its obviously not firebug, but its a good try, no on the fly css
editing, but you get this c
Well the problem actually doesn't appear to be with the iframe itself. I can
actually set the iframe to like 1000 (more than tall enough), but when the
movie first loads, code inside the Flash movie calls javascript on the page
to resize the SWF's container. It works fine when the page is outside
Andy,
>So your'e saying that even though the page works fine when not loaded into
>an iframe, it's still a padding issue? That sounds odd to me. I'll check it
>though...that'd be a great thing to have fixed.
You may have a different style sheet being loaded. Also, if you're opening
the IFRAME up
Can any of the above decorator columns with hyperlinks?
Or force single select only?
Prototype in progress here.
http://sutternow.com/sti/summaryFlex.action
I would like to link to the details page.
Matt
On Apr 20, 12:56 am, fbloggs <[EMAIL PROTECTED]> wrote:
> It's ok - but not as nice as In
Also, it seems that Internet Explorer does not like this too much. I
am not sure if it is the search function (I think it is, as it works
without that) but it makes IE just hang. IE6 & IE7.
Any ideas?
On Apr 21, 12:51 am, Nicolas R <[EMAIL PROTECTED]> wrote:
> $.ajax({
> type: "GET",
>
I am trying to build an navigation plugin and I am having a lot of
trouble with getting it to work.
What I want is to have a horizontal main navigation and a horizontal
sub navigation just below it (kind of like a tab navigation) but what
I want is for when you mouse over one of the main nav elem
Dan...
So your'e saying that even though the page works fine when not loaded into
an iframe, it's still a padding issue? That sounds odd to me. I'll check it
though...that'd be a great thing to have fixed.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Nice. But I already found a bug. Figures 2-1 and 2-2 are switched.
On Apr 18, 10:25 am, Rey Bango <[EMAIL PROTECTED]> wrote:
> For all jQuerians interested in producingAIRapplications, Ajaxian.com
> has posted about the new "AIRfor JavaScript Developers Pocketguide"
> which has been updated for A
Hi
I have been looking for code that can let me encrypt the query string
created for an ajax call to a php script. The way I have been using
the $.ajax, my params in query string are readily available to
everyone to modify and play with. I do understand that this method may
not be an absolute way
Andy,
>I've been dealing with this irritating issue on and off now for about a
>month. I'm finally going to ask for help.
>
>I have a page here:
>http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID=118873
>
>It contains a Flash movie whose height is set dynamically based on it's
>con
I have a "NEW" image that displays at the top of the page, if there is
new data. I had two loops(server side) on the page looping through
data; the first time to see if there was something new, and then the
second time to display the data.
To improve performance I was hoping to delete the first l
Yes this line is, $('form#order').validate();, 10 lines above my
livequery function
Should I place it outside of the $(document).ready( function() ) { };
On Apr 21, 8:02 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Up-Works schrieb:
>
> > $('input#step2').livequery('click',function() {
> >
I am using
$("#details").slideToggle("slow"); for toggling a grid data.
for the same i need to show + and - symbols for expand and collapse
( using images).
Can anybody help me out with this.So that image also swaps according
to the expand or collapsed state.
How to achive this?
Thanks in advance
I've been dealing with this irritating issue on and off now for about a
month. I'm finally going to ask for help.
I have a page here:
http://lexusofdanversma.redlinecontent.com/Pages/Page.cfm?pageID=118873
It contains a Flash movie whose height is set dynamically based on it's
content. The Flas
Hi Nicholas,
Thank you for your help, I appreciate this. I did indeed work how I
wanted.
Now, I have another problem. I am changing my requirements, and
needing to use POST on this script to return form errors, and strip
out the rest of the code. But since the form errors obviously only
happe
I use the (free) debugbar toolbar for Internet Explorer. It's not as
full-featured as Firebug, but it does have a console and some other
nice features. This is a list of features from their homepage (http://www.debugbar.com/
):
* DOM Inspector: View DOM Tree and modify tags attributes
I can only open the link one or two times. Refreshing the page again
gives me the error. Am I the only one?
(tested FF2 on linux and windows)
On Apr 17, 4:39 pm, PragueExpat <[EMAIL PROTECTED]> wrote:
> anyone getting this error when trying to open a bug report?
>
> http://dev.jquery.com/report
I would like to second this, besides the problems mentioned above this
also causes the bug in IE that triggers the security warning (http://
support.microsoft.com/kb/925014). The only way to prevent this seems
to be replacing the code in the empty function with
this.innerHTML="";
Any news or thou
Ok... sorry for the misunderstanding!
Good luck with it!
Rick
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hubbs
> Sent: Monday, April 21, 2008 9:49 AM
> To: jQuery (English)
> Subject: [jQuery] Re: should be using .find . . .
>
>
> Hi
Guess you could create an empty image tag, hide it, then set the src
attribute dynamically. e.g. $
('#my_image').attr('src','my_file.jpg').show('slow');
If you're thinking something more like those sites that hide the
image's location via showimage.php?image_id=23, then I think that has
to be don
Up-Works schrieb:
$('input#step2').livequery('click',function() {
if($('form#order').valid()) {
$('div#stepOne').hide();
$('div.step').html('StepTwo');
$('div#stepTwo').show();
}
return false;
});
The line - if($('form#order').valid()) {
Cause IE 6 to throw and error stating 'Obj
Google-alerts notified me of this page today.
http://www.em-consulte.com/en/credits
It credits all the scripts and other stuff that are used over the
site.
Awesome! this is how it should always be :)
Cheers
--
Ariel Flesler
http://flesler.blogspot.com
Awesome! Thanks!
On Apr 21, 9:37 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> Thanks for pointing out this problem. It's fixed now. It turns out
> Feedburner (which the planet feed goes through) has a 512K limit, and the
> feed was 514K. So we reduced the number of items to keep the file
Thanks for pointing out this problem. It's fixed now. It turns out
Feedburner (which the planet feed goes through) has a 512K limit, and the
feed was 514K. So we reduced the number of items to keep the file well under
the limit.
- Richard
Richard D. Worth
http://rdworth.org/
On Mon, Apr 21, 2008
Paul,
Now, I might be wrong here, but if each form has it's own validation rules
then wouldn't it be something like:
$('#myFormsID').validate();
That id would equate to an 'id' attribute of the form element itself. That
would be it, right?
--
Steve "Cutter" Blades
Adobe Certified Professional
hey Paul,
I love that Greasemonkey user script! Use it all the time. Thanks
again for making it available.
I modified your original just a bit for my personal use, adding a
title attribute to the jQuery icon that tells me which jQuery version
is running:
... title="' + jQuery.fn.jquer
Here is the xml
http://localhost/";>
The experssion
$('catalog > book', xml).each(function() {
// do something here
});
Does not work in IE6 and FF.
The expression
$('catalog book', xml).each(function() {
// do something here
});
Work in F
It seems he's trying to use an ajax function
in place of an include for the footer.
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of
> Nicolas R
> Sent: Monday, April 21, 2008 3:52 AM
> To: jQuery (English)
> Subject: [jQuery] Re: should be
Carl,
>I'm using the TableSorter plugin on a table that will have new rows
>appended to it by AJAX calls. I want to resort the table using the
>current sort settings after new rows are added.
>
>I am using the TableSorter .trigger("update") and .trigger("sorton",
>[sorting]) methods to resort th
A co-worker pointed out to me today that the planet.jquery.com RSS
feed hasn't updated since April 6th. I verified directly from the
site that the planet.jquery.com site is updating, but the RSS feed is
stuck in the past.
Does anyone know who manages the feed?
Hi Rick,
No, I am not using this an an include. This is to pull content from
my server, but filter the results. The footer ID is just being used
an a working example I am making, it won't be the final.
On Apr 21, 6:17 am, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:
> It seems he's trying to us
Thanks, I will give this a try when I get to work. And no, I was not
meaning to pass an empty string, it just got put in there by accident.
On Apr 21, 12:51 am, Nicolas R <[EMAIL PROTECTED]> wrote:
> $.ajax({
> type: "GET",
> url: "home.html",
> data: "",
> success: function(html
Sorry if this is a second post, but I do not see my message
here is the xml
http://localhost/";>
1. the expression
$('catalog > book',xml).each(function(){
...
});
does not work in IE6 and FF
2. the expression
$('catalog book',xml).each(
Hi All -
First time post, and first time working with jQuery. I have a form
that hides two divs (one specific to bridges and the other div for the
rest of the buildings) on page load. A user selects from a drop down
list which building type they want to search for, and then from that
selection,
I've been trying to get some JavaScript effects to operate smootly
over a (huge) SVG image. Every transition I try over the SVG image
itself turns out really choppy. When I try the same effect on a part
where the SVG image is not present it's displayed smoothly...
Check it out here:
http://gavro.
Dude - you're not passing the result of the .find into append, you're
passing the original html param!
Does the result of find return what you want?
On Apr 21, 7:39 am, hubbs <[EMAIL PROTECTED]> wrote:
> I cannot get it to work, here is what I tried:
>
> function loadTest() {
> $.ajax({
I was wondering if anyone had suggestions about this -- it's still
stumping me. I set up a simpler preview page here that has just the
code necessary to display the mis-funtioning carousel:
http://beta.jewishjournal.com/site/highlight_test/
Thanks!
TTFN
Travis
On Apr 19, 2:40 am, Travis Smi
Hi all, sorry to bump again. I really can't seem to solve this on my
own and would really appreciate any help.
Thanks again!
On 17/04/2008, Paul Collins <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have slowly put together a script to replace the input button with
> an image, using Jquery. Basic
hey i may not have many experience, but i think you cannot access the
iframes inner properties, i think is caused due to security reasons
the iframe tag can be referenced as any other one, but for some reason
you cant access whats inside
was this what you need it?
why do you use an iframe anyway?
$.ajax({
type: "GET",
url: "home.html",
data: "",
success: function(html){
$("#loadTest").append($(html).find("#footer"));
}
});
that should do it. but why would you pass an empty string of data?
On Apr 21, 9:39 am, hubbs <[EMAIL PROTECTED]> wrote:
> I cannot get it
I was trying the yuicompressor on jcarousellite 1.0.1* and got this
error: "invalid property id" at line 239:
li.css({overflow: "hidden", float: o.vertical ? "none" : "left"});
What could be wrong?
* http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_1.0.1.js
Hi.
I'm working on a lgpl-ed button animation plugin that needs a reference in
the global scope, so that it can call its own functions through a
setTimeout() (animations).
See http://mediabeez.ws/mediaBeez/permalink.php?tag=buttonAnimated
I've started by working from the datePicker plugin code, b
i'm trying to find a way to make a multiple SELECT element more intuitive to
use by removing the need to use CTRL. all that you need is click once to
select, click once to deselect.
the simplest thing i could come up with is this:
$("select[multiple] option").mousedown(function(){this.selected =
I forgot my latest clue-source for CSS problems:
http://www.ieinspector.com/dominspector/index.html
not as usefull as firebug, and not free (trialware), but usefull
nonetheless.
Besides using a stub for console.log and alert()s in many simple debugging
cases, i also use:
Microsoft script debugger
- general debugger. will work fine with non-minified source code. must be
enabled in advanced options of IE
http://www.microsoft.com/Downloads/details.aspx?familyid=2F465BE0-94FD
show us the source :)
On Mon, Apr 21, 2008 at 7:22 AM, hubbs <[EMAIL PROTECTED]> wrote:
>
> Sorry, not sure how I started a new topic...
>
> I am trying to use the ajax POST and GET function, and at the same
> time, use .find to filter the results so I only return a div with a
> specific ID. I h
Thanks both,
This is great - I've implemented it here (I'm just the coder on this
project): http://mga.id.au/test/ where it works really nicely although
not in IE7. I checked out the demo on IE7 and didn't have similar
problems so I'm sure I just need to have a go at debugging it. So far
so awe
Thanks Rey :)
and the Firefox plugin here: http://www.sunsean.com/jquerydetect/
On Apr 20, 10:50 pm, Rey Bango <[EMAIL PROTECTED]> wrote:
> Hi everyone. The number of jQuery-powered sites being listed is
> incredible and the numbers just continue to grow.
>
> One of the methods that I use to find
It's been a long time since I released idTabs 1.0 and I'm happy to say that
a lot more people than I was expecting are using it.
As time has passed, so has my programming style. I have completely recoded
the structure and added a few options people requested.
idTabs can now be bound dynamically, an
But it's a button. I didn't think a click event handler worked for buttons?
Scott González wrote:
>
>
> Use click instead of mouseup, that's the event that triggers the
> default behavior in browsers.
>
>
> On Apr 20, 3:07 am, Yansky <[EMAIL PROTECTED]> wrote:
>> I'm not sure if I'm misinter
Not sure if this'll do anything, but you should prolly use if(body === "")
instead of if(body == "") because "comparisons against null, 0, true, false,
or an empty string allowing implicit type conversion".
vincehofmeister wrote:
>
>
> Ok, So my code is running fine under FF2, no problems. Ho
93 matches
Mail list logo