ellidos
NIF
Teléfono
E-mail
He leído y acepto las bases
legales
...
Thanks in advance!
Best Regards,
Andrea
Thank you
On 23 Ott, 19:20, DanDan wrote:
> That is cool... I have seen this before as JQuery but not yet tried
> it:
>
> http://webdev.stephband.info/parallax.html
>
> On Oct 23, 9:46 am, Andrea - Aosta wrote:
>
>
>
> > At this URLhttp://www.smsbig
At this URL http://www.smsbig.it/it you see an effect build with
mootools.
THis js change the css style of the background when the mouse
moved.With jquery it is possible?
Thank you
For the author of Superfish:
I just found a small bug in Superfish that leaves a submenu open in
special circumstances. Steps to reproduce the bug - the description
would be easier if the example menu items were all named
differently :-)
1) go to http://users.tpg.com.au/j_birch/plugins/superfish
Update: I opened the Superfish source file and found the license
information (GPL and MIT) so that answers my own question. Thank you!
On Sep 23, 12:29 pm, andrea wrote:
> Attention: Joel Birch
>
> Hello Joel,
>
> thank you for your work withSuperfish!
>
> I'd like
t I'd like to distribute a copy of the
script bundled with Menubar, for users convenience. Of course full
credit will be given to you as the script author.
Is that ok with you? I'm looking forward to receiving your permission.
Thank you!
Regards
Andrea Tarantini
and...@dontdream.it
In the tinymce page the file manager dont'work.
On Aug 20, 5:55 pm, Ken wrote:
> sorry. because the time busy, can the next time I will put it to MCE.
>
> 2009/8/20 Sam Sherlock
>
>
>
>
>
> > great work Ken
>
> > on the mce page the normal mce manager opens for me - and as Cyril said the
> > pa
I have found thsi example made width mootools
http://javascript.html.it/demo/javascript/5338/esempio.htm
A similar plugin for jquery exists? Thank you
I have used the facebox plugin with a simple
21
in the head i have set
jQuery(document).ready(function($) {
$(\'a[rel*=facebox]\').facebox({
faceboxHtml: \' \
I apologize for my request: i have try on another MAC and all work
fine My MAMP is crazy... i reinstall
Same problem with the most simple $post wrapper; i have this
javascript function
function anteprima(){
dati = new Array();
dati [0]=tinyMCE.get('txtitaliano').getContent();
dati [1]=$("#paginaitaliano").val();
dati [2]=$("select[name='gmap']").val();
$.pos
Width jquery 1.2.6 i have a function as
function get_dati_gerachia(volte){
var chosenItemText = $("select[name='dati_gerarchia']").val();
a="volte="+volte
+"&id=2&ordine_per=2&pagine=1&master=4&dati="+chosenItemText
+"&livello=3&menu_pagine_aggiunte=6";
$.ajax({
>
> When you click prev or next, use the offset() function to grab the exact
> position, then animate += 245px (or whatever).
>
> It's less convenient, but it may be more successful.
>
> JK
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAI
hing is changed.
The elements are already fixed... :-|
Any other idea?!?
On Nov 25, 11:42 pm, "^AndreA^" <[EMAIL PROTECTED]> wrote:
> Ticket opened...http://dev.jquery.com/ticket/3650
>
> bye,
> Andrea
>
> On Nov 24, 11:35 pm, "^AndreA^" <[EMAIL PROTE
Ticket opened...
http://dev.jquery.com/ticket/3650
bye,
Andrea
On Nov 24, 11:35 pm, "^AndreA^" <[EMAIL PROTECTED]> wrote:
> Yesterday I tried to open a ticket but the server (onhttp://dev.jquery.com/)
> was not responding as it should so I posted a thread also in the
>
couple of days to see if somebody knows something about it
and then I'll report it.
BTW, Jeffrey, thank you very much for your time!!!
Andrea
On Nov 24, 6:20 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> Regardless, it is possible that the actual bug may be in the co
the other divs that had a positive percentage were handled correctly.
>
> > While processing this div the starting position was somehow altered to -4%,
> > leaving the ending position at 46% (-4 + 50).
>
> > I'm not that familiar with the animation plumbing, so I'm not
te('left','+=50%'); but
that would mean a bug... :-|
Thanks,
Andrea
On Nov 22, 11:51 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote:
> I watched the animation with the IE developer toolbar, and noticed a couple
> of oddities.
>
> Firstly, the CSS
Hi all,
I'm working on a slideshow/carousel:
http://www.lesperimento.netsons.org/various/my_carousel/
It's works fine except than in IE7/6 (basically as usual... ;-) )
It's weird also because the "next button/arrow" works well under IE
but NOT the "prev button/arrow"; and that's the problem.
I
thank you: but this only set the selected value, and not the set the
selected index
On 19 Nov, 19:19, aquaone <[EMAIL PROTECTED]> wrote:
> $("select").val(value); // for simple select
> $("select").val([value1,value2]); // for select multiple
>
> stephen
>
i Have this traditional style js script
function Select_Value_Set(SelectName, Value) {
eval('SelectObject = document.' + SelectName + ';');
for(index = 0; index < SelectObject.length;index++) {
if(SelectObject[index].value == Value)
SelectObject.selectedIndex = index;
}
}
s
On 18 Nov, 04:12, Randy Johnson <[EMAIL PROTECTED]> wrote:
> When I click on the date above I want to be able to change the rowSpan
> on the td that surrounds it. I cannot seem to get it right.
try this:
$('#r2').parent().parent().attr('rowspan', '1');
hi :)
is it possible to edit the content of a freshly open window?
if I open it this way, for example:
var p = window.open('popup.html');
then if I do
var d = p.document;
and use
d.write('foo');
the document gets cleaned up and there's just 'foo' in the source.
that coul be ok, but if there'
The web site don't work (Safari e FF under MAC).
On Nov 12, 11:38 pm, Brice Burgess <[EMAIL PROTECTED]> wrote:
> Ladies and Gentlemen,
>
> I'm writing to inform you all of a new addition to the jQuery plugin
> family... Please welcome jqRevolve!
>
> jqRevolve is a carousel-like plugin for jQu
On 24 Ott, 03:52, dsizemore <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In my first attempt at showing and hiding a div with jQuery, I've
> hacked together this code and I'm looking for any thoughts on what I
> did wrong (if anything?) The code seems to work in FireFox, IE7, and
> Safari/Chrome. Opera an
I didn't solve the problem,
I just found a workaround.
bye
On Sep 30, 10:13 am, "^AndreA^" <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> I'm uploading some images with AJAX (using ajaxfileupload), with a for
> loop I upload more than one image...
>
&
I finally found out the problem...
I had called a js variable "class" (var class;), which is a keyword.
That's why it didn't work at all!!!
bye
On Oct 21, 4:44 pm, "^AndreA^" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm working on this drag &a
Hi,
I'm working on this drag & drop script:
http://www.lesperimento.netsons.org/various/jquery-mousemove/
It works on Firefox and Opera but not at all on IE and Safari.
The events seemed not to start at all...
Any idea how to solve it?
I tried to put some alert as well but they don't start,
input field does not allow me to do that.
Anyone knows why are deleted in IE7 and not under the other browsers?
Should I try another plugin for the upload?
Any advice would be very appreciate!!!
Thanks,
Andrea
I need to replace an attribute inside a tag Link
And, for all link with iframe class, i need to have
Link
I have try with
$(".iframe").append("rel='highslide-iframe'");
but this append outside the
and they allow just xml,json...
Have you got any idea about what I can use?
Thanks,
Andrea
On Sep 17, 6:53 pm, tlphipps <[EMAIL PROTECTED]> wrote:
> You could certainly accomplish this with a little bit of AJAX thrown
> in.
>
> Scenario:
> - user selects image (using )
>
and they allow just xml,json...
Have you got any idea about what I can use?
Thanks,
Andrea
On Sep 17, 6:53 pm, tlphipps <[EMAIL PROTECTED]> wrote:
> You could certainly accomplish this with a little bit of AJAX thrown
> in.
>
> Scenario:
> - user selects image (using )
>
se if I write:
$("#bg_image_path").val();
I'll get just the path.
Thanks in advance.
Andrea
On 5 Set, 01:24, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Unfortunately there is no way to know the progress of the upload with
> just HTML/JavaScript. But you can do this with Flash. Here's an
> example:
>
> http://www.pixeline.be/experiments/jqUploader/
>
> Mike
thanks mike :)
On 4 Set, 14:21, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote:
> Hi andrea, it depends on what server side language you are using.
>
> Since you're italian I think this link can help you understand how to
> work with the apc extension for doing it in php:
>
&g
I'm asking a silly question, but I've tried so many times and I
don't really know what to do... :/
thank you in advance
andrea
On 20 Ago, 09:35, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote:
> For example, if you do an ajax request to a page.php that do a query to
> the db, and return the data, you'll user the function json_encode (php5,
> or PEAR on php4) to write the response for javascript.
if you cannot use tha
thank you very much, all of you! :)
Now I got it, I really appreciate your help.
andrea
WON'T work :|
where is my mistake? at first I thought those declarations were just a
matter of true or false, but the example I reported above (taken from
alsup's form plugin) is clearly something more interesting!
can anyone help me please?
thank you
andrea
On 19 Ago, 04:29, jack <[EMAIL PROTECTED]> wrote:
> If an event hasn't finished how do I prevent the same event being
> triggered again? Thank you in advance!
you could just unbind() the action from the element that triggers it,
and then re-bind it once the event has completed :)
added this at line #865
else if (this.tagName.toLowerCase() == 'input') {
this.select();
}
don't know if it's a valid patch though, or if I messed up something
else.
for now it seems to work, I just wanted to share, and have your
opinions.
thanks
andrea
On 3 Lug, 11:11, yazid <[EMAIL PROTECTED]> wrote:
> such a contradictory problems appear frequently, solution please.
maybe http://docs.jquery.com/Core/jQuery.noConflict
:)
On 27 Giu, 02:41, Pegpro <[EMAIL PROTECTED]> wrote:
> IE sucks. What is wrong here?
one question: why are these quotes backslashed?
> jQuery(\"a:contains('Home')\")
On 26 Giu, 06:20, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a form, with id="myForm", with a number of text fields (input
> with type="text"). How do I cause a form submission by pressing enter
> in any of those form fields?
hi. shouldn't this be a default?
On 26 Giu, 05:08, Brad <[EMAIL PROTECTED]> wrote:
> Your options should have "value" attributes and not "name".
>
>
> Text
> Text 2
>
>
> Try something like
>
> $("textselector option:selected").val();
This works, but since the selected option is the actual value of the
, I would do something l
On 26 Giu, 07:47, hubbs <[EMAIL PROTECTED]> wrote:
> I have a list of links, and when one is clicked, I would like a class
> to be added. I understand how to do this, but when you click another
> link, I would like the class removed from the first click and added to
> the second click, and so on,
imation.
is there a way to have the first element coming out after the last, as
if it was 'appended' there?
thanks a lot!
andrea
I put a tag on the subject, but it disappeared... :|
anyway, the question is about the SerialScroll plugin, how can I
change the subject now?
thank you anyway :)
On 25 Giu, 11:07, Pegpro <[EMAIL PROTECTED]> wrote:
> How can I make jquery do an effect when clicking a link and when it is
> finished animating follow the link?
you can use a callback function, that is to say a function that is
called when the effect has finished :)
fadeOut, for example:
$('a.
Hi, how can I eliminate that sort of easing in the animations of the
SerialScroll plugin?
when an action starts, for example on an with images in its
's, the images start moving slow, then they reach full speed, and
finally they stop by slowing down again. then the next animation is
fired.
I got
On 20 Giu, 22:16, jggube <[EMAIL PROTECTED]> wrote:
> He meant id. In his example he used #mydelete. To select everything
> with class="test" in mootools, you would do $$(".test").
so let's say that jQuery is cheaper, cause it uses less dollars :)
On 19 Giu, 21:50, ontguy <[EMAIL PROTECTED]> wrote:
> Hello,
>
> How would I select all divs with a certain name?
what do you mean 'name'?
id? that would be $('#mydelete')
but it's like css, if you want a certain class $('.mydelete')
and so on...
http://docs.jquery.com/Selectors
:)
On 17 Giu, 02:02, Lowell <[EMAIL PROTECTED]> wrote:
> When I call html(5) it will set the innerHtml of my element(s) to "5".
> However, zero seems to work differently. When I call html(0), it
> removes the contents of my element(s) and does not append anything. I
> had hoped after a call to html(0
On 16 Giu, 11:29, "C. Feldmann" <[EMAIL PROTECTED]>
wrote:
> I assume that the newly ajax updated content has not been initialized.
you're right.
> What do I have to call after an ajax updating function to ensure
> working events?
you could simply re-initialize the elements, or, better, read th
On 16 Giu, 11:58, shapper <[EMAIL PROTECTED]> wrote:
> Hello,
>
> As far as I know to style the error messages a "error" CssClass is
> used.
> Can I use another CSS Class? For example, "ShowError"?
hi
you can use any class you want, as long as it is defined in your style
sheet :)
7;_')[1];
$('#' + the_id).html('cool this is bold');
});
$('img[class^=textChanger]') means: look for the images that have a
class whose name starts with the string 'textChanger'.
hope this helps
andrea
On 16 Giu, 08:06, Mike <[EMAIL PROTECTED]> wrote:
> Any?
it would help if you posted some code, I think :)
On 16 Giu, 11:48, Shawn <[EMAIL PROTECTED]> wrote:
> However, the docs found
> athttp://docs.jquery.com/UI/Datepicker/datepicker#.22setDate.22dateendDate
> (scroll to the bottom of the page), do not seem to indicate an object is
> being used to pass the parameters.
you're right, and maybe my sug
On 15 Giu, 14:55, "Ariel Flesler" <[EMAIL PROTECTED]> wrote:
> var n = +"forum-list-1".slice(-1); ;-)
I think this won't work if the number has 2 or more digits.
The split('-').pop() way works better imho :)
On 15 Giu, 08:48, Shawn <[EMAIL PROTECTED]> wrote:
>$("#criteriaStart").datepicker("setDate", sd);
>$("#criteriaEnd").datepicker("setDate", ed);
I think you're missing curly brackets here:
$("#criteriaStart").datepicker({setDate: sd});
On 15 Giu, 20:45, fallingandlaughing <[EMAIL PROTECTED]> wrote:
> Hello,
try and take a look at this great tutorial by karl swedberg
http://www.learningjquery.com/2008/02/simple-effects-plugins
:)
On 8 Giu, 05:36, mark <[EMAIL PROTECTED]> wrote:
> but if i do this
>
> $('#date').datepicker("setDate", new Date ( "January 6, 1972" ));
try adding curly braces, to define an object, like this:
$('#date').datepicker({defaultDate: new Date ( "January 6, 1972" )});
On 23 Mag, 13:48, yabado <[EMAIL PROTECTED]> wrote:
> Nice, but I thought this was built into JQ and did not require a
> plugin to work?
no, it is not :)
hi :)
I have this form:
File:
Nome:
Tags per l'immagine:
jquery code is simple:
$('#sub_immagini').ajaxForm();
if I submit it while it's em
On 16 Mag, 09:05, thiendv <[EMAIL PROTECTED]> wrote:
> Hi all! I want create slide box like click on "More Yahoo! Services"
> inhttp://www.yahoo.com. Please help me thanks
I'd suggest you read this great tutorial by Karl Swedberg
http://www.learningjquery.com/2008/02/simple-effects-plugins
:)
On 14 Mag, 11:01, sashabe <[EMAIL PROTECTED]> wrote:
> Hello!
hi :)
you'd better use the submit() method and 'return false'.
Then a quick solution to your problem could look like this:
$(document).ready(function(){
$('form').submit(function(){
if ($('input:first', 'form').val() == ''
On 13 Mag, 16:29, canadaduane <[EMAIL PROTECTED]> wrote:
> I wonder if you're looking for 'filter' instead of 'next'?
>
> $('.bloc-top').click(function(){
> $(this).filter('.bloc-center').slideToggle('slow');
> });
well... first of all I'm not quite sure about the html Luciano posted.
I suppose
On 13 Mag, 01:35, Luciano <[EMAIL PROTECTED]> wrote:
> how i can access classes in my div?
>
> content top
> content slideToggle
>
>
>
> content top
> content slideToggle
>
looking at your code, the action is something like this:
"when the user clicks on a bloc-top element
On 12 Mag, 12:57, Bruce MacKay <[EMAIL PROTECTED]> wrote:
> Hello folks,
uhm... it's kinda strange O_o
maybe this line:
> $("#justlist,#tech").hide();
is hiding something it should not?
just guessing ^^
On 12 Mag, 13:05, Pickledegg <[EMAIL PROTECTED]> wrote:
> How do I refer
> to the current dropdown being changed, and get its value?
hi :)
you should use $(this).val()
On 12 Mag, 12:31, quirksmode <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am dynamically generating html which looks like this:
since you're generating the html dynamically, I'd suggest you do it
server side (i.e. a for loop).
if that is not possible, change with , if you need the "wrapper" string, or
On 9 Mag, 23:05, Wizzud <[EMAIL PROTECTED]> wrote:
> An alternative...
thanks Wizzud, your code is much faster than mine!!
thank you very much ^^
thank you very much to the both of you!
I'll try and let you know :)
just a question for Wizzud: what is this? O_o
> me[sel_val=='' || me.is('.'+sel_val) ? 'show' : 'hide']();
if I get it, writing
me.show();
or
me['show']();
is the same? I didn't know.
thanks
andrea
On 9 Mag, 23:11, Panman <[EMAIL PROTECTED]> wrote:
> Andrea, when I changed to hover() the stopPropagation() effected
> negatively. Once I removed that it started working ok. Also, what is
> variable e when passing it to the function? Thanks
e stands for event (you can use the
On 9 Mag, 17:17, NeilM <[EMAIL PROTECTED]> wrote:
> success : function(data) {
> // Process data here
> }
what is this function supposed to do?
it seems that it doesn't get the correct data (like the data var is
empty or something).
are you sure that your serversid
not sure but you could try something like this, to get more
specific...
$('#Main_Nav li:has(ul)').mouseover(function(e) {
e.stopPropagation();
$(this).children('ul').slideDown('normal');
}).mouseout(function(e) {
e.stopPropagation();
$(this).children('ul').slideUp(
Hi :)
what is the fastest way to edit a item?
I need to show some 's and hide some others, depending on the
value of another select.
let's say if the user selects a country for his holiday, in the
'#hotel_paese' select, the '#hotel_destinazione' select will show only
the hotels of that country.
p
;
?>
byeee...
On May 3, 2:41 pm, "^AndreA^" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I think it's a normal issue with jQuery, and happens to everyone
> before or late... ;-)
>
> The problem is that when you load the whole DOM at the beginning, the
> exte
Hi,
I think it's a normal issue with jQuery, and happens to everyone
before or late... ;-)
The problem is that when you load the whole DOM at the beginning, the
external html file is not loaded yet... and so It doesn't exist at
all.
Then you load it but it's not bound to any event... that's the
lcome_div").html("Welcome $_user!!! Log out ");
The two way of proceeding seem similar to me...
Anyone can find out what's the difference?!?
If you think I'm a bit confused 'cause I don't see the real
difference... yes, I'm a bit confused!!! hehe...
By
age so that we
> can have a look, because the error is somewhere in your markup, that's for
> sure :)
>
>
>
> On Fri, Apr 25, 2008 at 9:26 AM, ^AndreA^ <[EMAIL PROTECTED]> wrote:
>
> > Good observation Olaf but it doesn't work...
>
> > Actually it
vent.preventDefault();
etc...
I really don't know how to use it!
Anyway I'm not preventing the default event from firing, at least not
on purpose... ;-)
any other advice?
by the way, many thanks guys for the help!!!
On Apr 24, 11:17 pm, Olaf Bosch <[EMAIL PROTECTED]> wrote:
&
ribute to your A tag ? Because its omission
> kills the click event i think.
>
>
>
> On Thu, Apr 24, 2008 at 1:22 PM, ^AndreA^ <[EMAIL PROTECTED]> wrote:
>
> > I think it's simple but it doesn't work... to me. ;-)
>
> > I want to fire
I think it's simple but it doesn't work... to me. ;-)
I want to fire an event when I click on that link inside a
...
Inside of the there are:
So would be the third element but it's the first and unique
I tried something like that:
$(document).ready(function(){
$("#id_div a").clic
On 17 Apr, 21:43, nmadg <[EMAIL PROTECTED]> wrote:
> What am I doing wrong!!! Thank you so much for your help.
are you working with a local file?
IE doesn't like it at all!
if this is the case, don't worry, it'll work once the system will be
online.
otherwise, if you need to use local files anyw
Probably a book is the best solution... but if you are not sure yet
(about if you really like jQuery and want to learn it) you can find
some good tutorials online...
I think you already know this link... but anyway...
http://docs.jquery.com/Tutorials
Some of them are very well made and a good po
Hi,
in the $.ajax() function there is an option (async) which is boolean
and is true by default, you have to set it false.
"async Boolean Default: true
By default, all requests are sent asynchronous (e.g. this is set to
true by default).
If you need synchronous requests, set this
fields. If one field is empty I want to
show an error message on this window, but it closes and I am back on my main
window.
What do I have to do (maybe a short example), to stay in the window until I
explicitly close it with jqmClose?
Thank you,
Andrea
--
View this message in context:
http
wow, you've been as fast as Lightning...
That was exactly the point!
With quotes it work perfectly.
cheers again,
Andrea
On Apr 9, 12:52 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 9, 2008 at 7:39 AM, ^andrea^ <[EMAIL PROTECTED]> wrote:
>
Hi everybody,
I'm a new jQuery user and I'm already having some trouble... :-|
simply, I've got a menu:
Homepage
ONE
TWO
THREE
FOUR
and I wa
On 9 Mar, 17:16, eyal <[EMAIL PROTECTED]> wrote:
> Hello,
>
> For some reason i'm having "missing ; before statement" error when i'm
> running ui.tabs altough on the demo page it's run just fine.
>
> What do think might be the problem?
>
> Thanks!
> Eyal
could you please post some of your code so
urn data via json?
hi, here it is your code, that should work:
> jQuery.post(container.url, {
> "data1":1},
> function(data){
> var rData=data
> });
:)
andrea
On 4 Mar, 12:58, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> You cannot upload files with ajax. Use the form plugin for that
> functionality.
thank you :)
hi :)
I'm wondering is there a way to pass form data to $.ajax()?
let's say I want to upload a file, what is the correct way?
passing the content of the input type="file" this way
$('#myInput').val()
doesn't work.
How is that done?
thank you
andrea
On 21 Feb, 23:03, Sientz <[EMAIL PROTECTED]> wrote:
> $('a#blackbook').click(function() {
> //HIDE DIVS
> hide_divs();
> //SHOW LISTED DIV
> $('.blackbook').show('fast');
> return false;
> });
you see you got all these functions that basically do the same thing.
if an anch
var xx=$("form#form1 *").fieldValue()[0].toLowerCase();
sorry :p
On Feb 20, 8:55 pm, dinu <[EMAIL PROTECTED]> wrote:
> xx=$("form#form1 *").fieldValue()[0];
hi :)
have you tried this?
xx=$("form#form1 *").fieldValue()[0].toLowerCase;
On 18 Feb, 16:22, Eridius <[EMAIL PROTECTED]> wrote:
> anyone?
I think that if you don't post some more infos it will be very
difficult to think of an answer.
what do you need this for?
maybe someone can suggest another approach...
:)
On 18 Feb, 13:59, andrea varnier <[EMAIL PROTECTED]> wrote:
> $(element.parent('td').next('td').addClass('myClass');
errata corrige:
element.parent('td').next('td').addClass('myClass');
assuming var element already contains a jQuery object.
I'm sorry, I really should have stayed home today :|
On 18 Feb, 05:17, expresso <[EMAIL PROTECTED]> wrote:
> Actually I already included my .css page. How do I just add a class
> to the here is what I'm really asking.
$(element.parent('td').next('td').addClass('myClass');
this doesn't work?
1 - 100 of 175 matches
Mail list logo