He's referring to how lists (UL and OL) are built up in the DOM (from
the HTML). Lists can only have LI elements as children.
So these are valid:
blah
blah
blah
But these are invalid:
blah
blah
blah
Browsers probably attempt to twist the
Klaus,
Today, this has thrown me for a loop:
> Is that reallly the HTML? If so, it is invalid and you cannot expect any
> selector to be reliable in any browsers. I'm not refering to the missing
> slashes in the closing tag - I assume you just left them out in the
> example here -, but the incor
Define "work with". Does something about it keep it from working when using
jQuery?
--Erik
On 9/5/07, voltron <[EMAIL PROTECTED]> wrote:
>
>
> Hi all!
>
> Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth
> Jquery?
>
> Thanks
>
>
A little explanation: I wrote the original autocomplete to restrict my
users: they were only allowed to pick something out of a (very, very
long) list.
On 9/6/07, Chris W. Parker <[EMAIL PROTECTED]> wrote:
>
> On Wednesday, September 05, 2007 2:47 PM Jörn Zaefferer said:
>
> > Thanks Chris for th
Hi all!
Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth
Jquery?
Thanks
Here is an example.sort of
Green List Red List
____
|__Item 1__||__Item 1__|
____
|__Item 2__|
Green List Red List
____
|__Item 1__||__Item 1__|
____
|__Item 2__||__Item 2_
I'm looking to build a very simple drop-down menu, akin to what Google
has with their "more" link in the top navigation menu. I looked at
Superfish and jdMenu, but those are triggered on hover. Clickmenu
looks good, except it doesn't seem to like having a link in the top-
level menu item.
Am I mi
Do you have a sample page that shows the problem? That would be
helpful for me. Thanks.
Mike
On 9/5/07, seedy <[EMAIL PROTECTED]> wrote:
>
>
> Setting the fade to false does not appear to be solving the issue for me.
>
>
>
> malsup wrote:
> >
> > seedy,
> >
> > Try adding this to your page:
>
Thank you for all of your help to date Joel. I still can't get this darn
thing working. The snippet you sent me runs without errors, but does not
alert when a group has been missed.
I have this, but it only works when the first radio button is selected. Any
other advice?
function CheckSurvey (for
thanks guys, i'll try implementing both of your ideas and get back to
this thread once i have some resolve.
for anyone that checked my url above - the files have been overwritten
since i received these two responses, so i don't expect anyone to make
much sense of what's there now.
big up,
lewis
Dan G. Switzer, II schrieb:
Great work! This would be useful for any number of sites, including a
couple that I'm working on right now. I'd like to adapt it so that a
loading animation is in the placeholder until the image is requested,
instead of the box that is currently there.
http://
Klaus,
Why not simply:
$(function(){
$('li.deal').click(function(){
location.href = $('h2 a', this).attr('href');
});
});
Is it better to use .each()? Doesn't seem to be required. Same
with .bind('click') vs. .click()...?
Thanks for your insights,
Jason
On
On Wednesday, September 05, 2007 2:47 PM Jörn Zaefferer said:
> Thanks Chris for the post. So far the plugin is meant to allow both.
> Though especially the restricting-mode is flawed and doesn't provide
> the necessary feedback. I also agree that Tab should dismiss the
> selectbox and work as us
Just FYI, in IE7 none of the images ever loaded, no matter how far I
scrolled down. It wasn't until I clicked on each image that they loaded
correctly.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mika Tuupola
Sent: Wednesday, September 05, 20
>> Great work! This would be useful for any number of sites, including a
>> couple that I'm working on right now. I'd like to adapt it so that a
>> loading animation is in the placeholder until the image is requested,
>> instead of the box that is currently there.
>
>http://www.appelsiini.net/proj
Chris W. Parker schrieb:
[...]
If this plugin is meant to restrict form input (in text fields) to a predefined list I would suggest that it be
modified just a little. When someone starts typing something that is not in the list it would be great if the
autocomplete box responded that it is awa
On Sep 3, 2007, at 3:06 PM, Dan Atkinson wrote:
Great work! This would be useful for any number of sites, including a
couple that I'm working on right now. I'd like to adapt it so that a
loading animation is in the placeholder until the image is requested,
instead of the box that is currently
On Wednesday, September 05, 2007 1:09 PM Jörn Zaefferer said:
> http://jquery.bassistance.de/autocomplete/
I'm confused by this plugin. Is it meant to restrict the input to a predefined
list of options ONLY or should it also allow new entries along with a
predefined list (or both)?
I'm just c
ugh, this is so awesome.
Glen
On 9/5/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
>
> Glen Lipka schrieb:
> > Feature request for Autocomplete.
> > See how Gmail allows you to autocomplete on multiple choices in one
> > textbox. Each address separated by the comma or semi-colon.
> > Otherwise
Glen Lipka schrieb:
Feature request for Autocomplete.
See how Gmail allows you to autocomplete on multiple choices in one
textbox. Each address separated by the comma or semi-colon.
Otherwise, this is a great plugin!
Give Multiple Cities and Multiple Birds a try:
http://jquery.bassistance.d
Feature request for Autocomplete.
See how Gmail allows you to autocomplete on multiple choices in one
textbox. Each address separated by the comma or semi-colon. Otherwise,
this is a great plugin!
Glen
On 9/5/07, Glen Lipka <[EMAIL PROTECTED]> wrote:
>
> This is so awesome. Seriously. Awe-so
Just my two cents, but changing your html structure could solve a lot
of problems, including this one.
Imho, each one of you *_set_navigation ul should be children of your
#primary navigation items, e.g:
home
our latest
reviews
listen live!
This is so awesome. Seriously. Awe-some.
Has this been put into the plugin thinger. I want to give it 5 stars.
Glen
On 9/5/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
>
> Marto schrieb:
> > I have been playing with this Autocomplete plug-in, what can I say,
> > fantastic. I have noticed on
I cant see the site a long long time ago =/
On 9/5/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
> Suni schrieb:
> > Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/,
> > it just gives me a blank page.
> >
> > I'd love to see all the comments and documentation, since I'
Too funny!
On 9/5/07, Rick Faircloth <[EMAIL PROTECTED]> wrote:
>
> Some what!?!
>
>
>
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Loren Pipes
> *Sent:* Wednesday, September 05, 2007 12:43 PM
> *To:* jquery-en@googlegroups.com
> *Subject:* [jQuery] Re: jQuery M
Marto schrieb:
I have been playing with this Autocomplete plug-in, what can I say,
fantastic. I have noticed one thing however, there seems to be a lot
of chatter recently (see the bottom of
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/)
regarding the ability to add extra para
Suni schrieb:
Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/,
it just gives me a blank page.
I'd love to see all the comments and documentation, since I'm having
lots of problems using the additional-methods.js (gives javascript-
errors in FF).
I'm still unable t
Maybe make a DIV that contains the whole menu system (global/secondary).
Bind the mouseover to the global choices to 1. hide everything in secondary
and then 2. show the corresponding links.
Then bind the mouseout to the global div surround the whole thing to hide
all the secondary items.
You may
i think you can all see what i'm trying to do here:
http://www.personal.leeds.ac.uk/~scs4ll/index.html
i've coded up the 'home' and 'schedule' buttons as best i can (using
the hover event). it would be nice if the secondary nav stayed up long
enough for me to navigate it though.
any help would b
T-Shirts are coming. We just don't like the way that CafePress makes them.
Rey
Loren Pipes wrote:
What you need are some t-shits!
VP
Very nice. Actually looks similar to the iPhone style shopping list that's
been floating around.
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeferson Koslowski
Sent: Wednesday, September 05, 2007 1:15 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] New pl
Some what!?!
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Loren Pipes
Sent: Wednesday, September 05, 2007 12:43 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: jQuery Merchandise for Sale. Help Support the Project
What you need are some t-shits!
VP
I don't have time right now to look at this in depth, but other than putting
the filter style inline on each of your objects, the only other way I can
see to fix this is to somehow modify the jQuery code to first grab the
current filter style from currentStyle or something along those lines. I
hope
Just found it today: http://labs.activespotlight.net/jQuery/menu_demo.html
Click toggle menu to see it in action. This menu looks like the one from
deviantART (http://www.deviantart.com/).
I can't reproduce this using just the table and jQuery code you provided. I
tried putting a separate style on td but that just stifles any hover effect
on both FF and IE7.
Is there any more information you can provide, or perhaps a test page
showing the problem?
On 9/5/07, Andy Matthews <[EMAIL P
Cool, works like a charm in 5.5 upwards, Opera, FF.
I spent few hours with this and you did it in a minute or so.
On Sep 5, 5:40 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Klaus Hartl wrote:
> > $(function() {
> > $('li.deal').each(function() {
> > var $a = $('h2 a', this);
> >
no clue about this yet. anybody?
What you need are some t-shits!
VP
That was it Joel. Can't believe I didn't think of that. Thank you.
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Joel Birch
Sent: Wednesday, September 05, 2007 12:12 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Hover bug in Firefox?
On 9/6/07, Andy
On 9/6/07, Joel Birch <[EMAIL PROTECTED]> wrote:
> function validate_form(){
> var valid = true;
> //loop through the radio sets
> $('tr.radioSet').each(function(){
> var theRadioSet = this;
> //make sure at least one radio is checked
>
On 9/6/07, Shaun Kester <[EMAIL PROTECTED]> wrote:
>
> I figured out the missing ';', sorry about that. I found this function
> in the archive and it works for alerting me that one of the radio sets
> is not checked. Is there any way in the alert for it to tell me the
> name, id, or rel attribute
I think I understand.
When some element is hidden by hide, display: none; is added to inline
style.
In: $('#click').click(function() { $('#test').css('FILTER', '');
$('#test')[0].style.filter = ''; $('#rmvLink1').hide('slow');});
only filter property is removed, and filter is defined in style lis
On 9/6/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
> I've found some unexpected behaviour using hover in Firefox.
>
> and this jQuery code:
> $('tr').hover(function(){
> $(this).css('backgroundColor','797979');
> },function(){
> $(this).css('backgroundColor','6c6c6c');
> });
>
> "Should
I figured out the missing ';', sorry about that. I found this function
in the archive and it works for alerting me that one of the radio sets
is not checked. Is there any way in the alert for it to tell me the
name, id, or rel attribute of the group that stopped the find?
if(!$(this).find
I've found some unexpected behaviour using hover in Firefox.
This html:
Andy Matthews
Web Developer
and this jQuery code:
$('tr').hover(function(){
$(this).css('backgroundColor','797979');
},function(){
$(this).css('backgroundColor','6c6c6c');
});
"Should" result in the TR
Klaus Hartl wrote:
$(function() {
$('li.deal').each(function() {
var $a = $('h2 a', this);
$(this).bind('click', function(e) {
if (e.target != $a[0]) {
location.href = $a.attr('href');
}
});
});
});
shorter, shorter...:
Frantisek Malina wrote:
Hi all,
I need large clickable boxes which span the whole area of the ".deal"
box. Href attribute should be extracted from links wrapped in
heading2.
I tried loads of experimants and ended up with the following
disfunctional code.
It should work, but it simply doesn't. A
I'm getting an error:
missing ; after for-loop initializer
I'm using firebug, but I don't see where the error is. Any insight?
Thanks for your help
On Sep 4, 6:50 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hi Shaun,
>
> Try this, although it is untested:
>
> function validate_form (){
>
A classic one : embed your code like this:
$(function() {
// your code here
});
Otherwise, li.deal doesn't exist yet when your code runs.
Franck.
On 5 sep, 18:11, Frantisek Malina <[EMAIL PROTECTED]> wrote:
> Hi all,
> I need large clickable boxes which span the whole area of the ".deal"
>
On 5 Sep., 15:00, "Dragan Krstic" <[EMAIL PROTECTED]> wrote:
> $(".class").css("propertyName","");
Hi again *g*
perhaps i wasn't precision enough. I won't reset the style-property.
That is already done by »show()«. I need to remove the property at
all.
i made a little demo, to show the what i me
Hi all,
I need large clickable boxes which span the whole area of the ".deal"
box. Href attribute should be extracted from links wrapped in
heading2.
I tried loads of experimants and ended up with the following
disfunctional code.
It should work, but it simply doesn't. Anyone could help me?
Cl
I have been playing with this Autocomplete plug-in, what can I say,
fantastic. I have noticed one thing however, there seems to be a lot
of chatter recently (see the bottom of
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/)
regarding the ability to add extra parameters to the "ex
On 9/5/07, Mark <[EMAIL PROTECTED]> wrote:
> The problem is that when you hover over one menu item that should
> display a second level, the menu items below it in the top level move
> down a space. The menu items at the top level should not move and it
> should just roll out the second level menu
> > From: Michael Geary
> > $('#testhref').click( function() {
> From: Joan Piedra
> Hey Michael,
> looks like you missed the selector variable here =p
> $(selector).click( function() {
Oops... Good catch, Joan, thanks!
-Mike
I doubt they do them - but any chance of a jQuery Bug Squatter :p
On 9/5/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
> Not crazy about the oval, but I guess that is how cafepress does their dark
> hats to make things easier. I am in though!
>
> On 9/5/07, Joel Birch < [EMAIL PROTECTED]> wro
Hello,
I've come across a little bit of a problem that I am not sure how to
solve with superfish in IE6 and would appreciate any help.
I have updated superfish to 1.3, and have jquery 1.1.4. and I am using
it with vertical.css (with some modifcations to fit with the design of
the site).
The pro
A few notes about the new JQuery documentation. I'm sure it's a work
in progress but there are two major issues that are causing me pain:
1) Tabbed examples? seriously? It's very difficult to "gain
understanding" if I have to flip between code, html and output views.
This is a step backward in us
Hello,
I was hoping someone here could help out a jQuery newbie. What I want
to do is, if I have two list that are identical, when I drag and drop
one of the items from one of the identical list, the changes will
reflect on the other list as well. I hope that makes some sense.
Below are two ide
Not crazy about the oval, but I guess that is how cafepress does their dark
hats to make things easier. I am in though!
On 9/5/07, Joel Birch <[EMAIL PROTECTED]> wrote:
>
>
> On 9/6/07, Rey Bango <[EMAIL PROTECTED]> wrote:
> > Done. Check the store again:
> >
> > https://www.cafepress.com/jquery.
[EMAIL PROTECTED] wrote:
Does anyone know how to disable the mouse scroll so that it does not
move the browser window up and down?
We only want to do this when the mouse is hovering a particular div.
Thanks
$(window).bind('scroll', function() {
return false;
});
That blocks scrolling
On 9/6/07, Rey Bango <[EMAIL PROTECTED]> wrote:
> Done. Check the store again:
>
> https://www.cafepress.com/jquery.166647238
>
> Rey...
Yeah, that's much better. I expected the logo to be fractionally
larger in that space, but it still looks good.
Joel Birch.
Does anyone know how to disable the mouse scroll so that it does not
move the browser window up and down?
We only want to do this when the mouse is hovering a particular div.
Thanks
Done. Check the store again:
https://www.cafepress.com/jquery.166647238
Rey...
Benjamin Sterling wrote:
:)
On 9/5/07, Joel Birch <[EMAIL PROTECTED]> wrote:
On 9/5/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
Forget the MAN We need you now :)
Yeah, forget that! It's done and sent
Has anyone come across this before, coz it's been driving me nuts!
IE7 and IE6 are both reporting the cursor position as 2px greater - both X
and Y - than the actual position, say, of a div on the screen.
For example, given an absolutely positioned div at 100(top), 200(left), with
a mousemove eve
Setting the fade to false does not appear to be solving the issue for me.
malsup wrote:
>
> seedy,
>
> Try adding this to your page:
>
> $.blockUI.defaults.fadeOut = false;
>
> I think this is an issue with animation.
>
> Mike
>
>
>
> On 9/4/07, seedy <[EMAIL PROTECTED]> wrote:
>>
>>
>
:)
On 9/5/07, Joel Birch <[EMAIL PROTECTED]> wrote:
>
>
> On 9/5/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
> > Forget the MAN We need you now :)
>
> Yeah, forget that! It's done and sent to Rey. Thanks for the support ;)
>
> Joel Birch.
>
--
Benjamin Sterling
http://www.KenzoMedia.
Hey guys!
I need your help!! I'm using Thickbox to which I load the html data from
server.\
Everything works fine in FF but in IE6 when the jQuery $().load() is fired
the error like this occurs:
"Could not complete the operation due to error 80020101"
I have no idea what does it mean! Is this a
Jose,
I understand your doubts and yes normally I should not care to change
page layout if validation is ok.
Problem is that this tricks need me in a quite complicate application
control panel that elaborate quite a lot of info ( page reload in 4/5
seconds).
To change it to Ajax mode takes me now
Yeah...
That's what I ended up with. But even then I had to retailor my HTML
slightly. That worked though.
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Klaus Hartl
Sent: Wednesday, September 05, 2007 8:38 AM
To: jquery-en@googlegroups.com
Su
Hi,
I put up a dummy exemple of what I want (without the history plugin, I
couldn't find a way of using the plugin)
Basically, I have a page that display some content :
http://www.sydesy.com/history/html.php?start=1
and another page that offers the same content, but as json:
http://www.sydesy.co
Andy Matthews wrote:
Klaus...
The docs don't seem to indicate that it will insert something AND close a
tag at the same time. It just says "Inserts some HTML before all
paragraphs". That's what I want, but I want full control over it. There's
plenty of times where a developer might be working w
On 9/5/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
> Forget the MAN We need you now :)
Yeah, forget that! It's done and sent to Rey. Thanks for the support ;)
Joel Birch.
Where can I buy Energy Dome cap?
--
Dragan Krstić krdr
http://krdr.ebloggy.com/
Hi
I remember of a plugin that was making a selectbox editable.
A sort of mix of and
Does anybody see what I am talking about and where it is located ?
thx
-Olivier
Klaus...
The docs don't seem to indicate that it will insert something AND close a
tag at the same time. It just says "Inserts some HTML before all
paragraphs". That's what I want, but I want full control over it. There's
plenty of times where a developer might be working with xHTML, which in
sma
Forget the MAN We need you now :)
On 9/5/07, Joel Birch <[EMAIL PROTECTED]> wrote:
>
>
> On 9/5/07, Rey Bango <[EMAIL PROTECTED]> wrote:
> >
> > Yeah, I mean *if* there was a version of that logo for the black cap,
> > that would be awesome. Know of anyone that could make a version like
> > t
Could you explain how the example doesn't work? Are you getting an error?
Which browser?
I can't read your mind, nor can I do the work for you. I tried to look at
the site again but I only know English. I'd like to help but I need to
understand first. You initially reported an error with Live Quer
Hi
I found the tabesorter plugin and the tablepages plugin for this one.
All very nice but I need a simpler version, is there one around that
can handle the following or do I need to look at it myself
--
row
--
row
---
row
---
< 1/5 >
Is there a simpler plugin
$(".class").css("propertyName","");
2007/9/5, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>
> is there any solution to remove a single css-property?
> i've the problem, that .show() leaves >>filter: ;<< in the inline-style
> (MSIE).
> now i want to remove only this property, but only this and not e.g
[EMAIL PROTECTED] wrote:
is there any solution to remove a single css-property?
i've the problem, that .show() leaves >>filter: ;<< in the inline-style
(MSIE).
now i want to remove only this property, but only this and not e.g.
the whole inline-style (.removeAttr('style')).
is there a plugin or
Sorry but your example isnt work
now i remove the login validation
http://www.interalfa.com.br/kbs/pesquisa_teste.php
On 9/4/07, Brandon Aaron <[EMAIL PROTECTED]> wrote:
> I wasn't able to see that site but I went ahead and created a small test
> case based on the information you provided.
>
> h
is there any solution to remove a single css-property?
i've the problem, that .show() leaves >>filter: ;<< in the inline-style
(MSIE).
now i want to remove only this property, but only this and not e.g.
the whole inline-style (.removeAttr('style')).
is there a plugin or a core feature, which can h
Hi all,
I have a need to make a drill down menu similar to the left hand menu
interface that you see on betting exchanges such as
Betfair.com
Betdaq.com
whereby if you click on a menu item, the menu drills down into the
child items, leaving a breadcrumb trail of parent nodes so that you
can nav
I have not looked at this in depth, but you might be able to use onShow()
callback to run your own ajax if you don't use the built-in one.
On 9/4/07, Joe <[EMAIL PROTECTED]> wrote:
>
>
> from the jqModal README:
>
> NOTE; To use custom ajax routines, utilize an "on open" callback
> function. If
I think Gmail changed something, I don't see my replies to group mails until
someone else answers again. The emails are in the sent folder until then.
Fred
On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
>
>
> Interesting, im not getting the initial email, just the replies ! I'm
> using gmail
Jörn,
Sorry about the delay. Nabble keeps sending the wrong user info to the
group.
Anyhow, I just added a separate lookup array that includes all options. I
was able to access individual elements of cache.data[a-z], but I couldn't
get loadFromCache() to return everything, so I just made a para
Hello,
I'm using .height() to get the hight on an element which works just
fine. My issue is that some of the elements are contained within
hidden blocks. All those elements within the hidden blocks return a
height of 0.
Is there any way to get the height of these elements while hidden?
Thank
On 9/4/07, Michael Geary <[EMAIL PROTECTED]> wrote:
> $('#testhref').click( function() {
>
Hey Michael,
looks like you missed the selector variable here =p
$(selector).click( function() {
This should work.
Regards,
--
Joan Piedra || Frontend webdeveloper
http://joanpiedra.com/
> Instead, make your code a static function:
Mike,
You're a huge help! That all makes much more sense now. Here is what
I ended up with:
(function( $ ) {
$.rjax = function(options) {
$.ajax($.extend({
dataType: "script",
beforeSend: function(xhr) {xhr.setRequestHeader("Accept
On 05/09/2007, at 9:06 PM, SeViR wrote:
Yes they are :-)
On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
With GMail, your messages has not shown in the conversations. You
can use Thunderbird or another
email client ;-)
Gmail pop here, I use Mac Mail. Thunderbird is terribly broken
Daniel Rossi escribió:
Interesting, im not getting the initial email, just the replies ! I'm
using gmail pop though.
On 05/09/2007, at 7:24 PM, Dylan Verheul wrote:
Yes they are :-)
On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
With GMail, your messages has not shown in the conversa
hey. is there a hack or patch or some way i can make the TbWindow of thickbox
to reposition when im scroll the page down? now when i do it its just remain
in the same position so if its long page i can scroll down and in some cases
not to see the dialog box please help...
--
View this messag
Cant reach http://bassistance.de/jquery-plugins/jquery-plugin-validation/,
it just gives me a blank page.
I'd love to see all the comments and documentation, since I'm having
lots of problems using the additional-methods.js (gives javascript-
errors in FF).
On Sep 5, 11:40 am, Daniel Rossi <[EMAIL PROTECTED]> wrote:
> Interesting, im not getting the initial email, just the replies ! I'm
> using gmail pop though.
>
Same for me, I've renounced to make it work with thunderbird, I use
web interface of gmail to send email to the list.
Interesting, im not getting the initial email, just the replies ! I'm
using gmail pop though.
On 05/09/2007, at 7:24 PM, Dylan Verheul wrote:
Yes they are :-)
On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
my emails arent coming through
On Sep 5, 4:11 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Is that reallly the HTML? If so, it is invalid and you cannot expect any
> selector to be reliable in any browsers. I'm not refering to the missing
> slashes in the closing tag - I assume you just left them out in the
> example here -,
Yes they are :-)
On 9/5/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
>
> my emails arent coming through
>
my emails arent coming through
Aaron,
The bottom line really is then, in the internet world, there no really
rules and consistent methods. You have PHP only methods, I have WCX
only methods, others have their own methods. (Incidentally the PHP
Windows developer use to work for us when it wasn't a "big thing"
then. :-))
Many
1 - 100 of 105 matches
Mail list logo