Hi!
I have the two animations below running side by side:
$("#dubbelsnurra #graph1").animate({height:"154px"},1500);
$("#dubbelsnurra #graph2").animate({height:"74px"},1500);
When they are "done" I want to start another animation on two other
elements. See below:
$("#dubbelsnurra #graph1_result,#
Hi!
I have a submit-event attached to my form. The form contains a few
different submit-buttons and I wan't to chech which one of them that
triggered the submit. Shouldn't be to hard but i can't find out how to
do it.
Thanks
Hi!
I'm using this plugin http://tablesorter.com/docs/ but have some
trouble with sorting my dates.
I want to have them show like this:
12 januari
29 januari
12 april
29 april
12 maj
29 maj
I've figured I probable need to write a new parser for this but I'm
not quite sure how. Anyone good at thi
ods.required, "Fyll i");
> $.validator.addMethod("customerMinlength",
> $.validator.methods.minlength, "Förnamnet måste vara minst 2 tecken");
> $.validator.addClassRules("customer", { customerRequired: true,
> customerMinlength: 2 });
>
> Jör
I had the same problems. Haven't figured out any solution yet... What
do you say Jörn?
On Jun 23, 6:58 pm, owen <[EMAIL PROTECTED]> wrote:
> I have a form that uses some PHP-style input names in order to be able
> to process the input values as an array after submitting:
>
> type="text" />
> ty
");
>
> Please let me know if that works for you, the idea is interesting
> enough to add it to the
> addMethod-documentation:http://docs.jquery.com/Plugins/Validation/Validator/addMethod
>
> Jörn
>
> On Mon, Jun 23, 2008 at 3:41 PM, badtant <[EMAIL PROTECTED]> w
mer
> fields. You'd still need to provide the messages - you could set it as
> the default via $.validator.messages.required = "...".
>
> Jörn
>
> On Mon, Jun 23, 2008 at 2:23 PM, badtant <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > This po
Hi,
This post concerns the Validation plugin
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I have several input fields that should have the same rules and
messages. I don't want to specify them over and over again so my
question is: how can I do that?
Here's an example:
Hi!
I'm currently trying out this autocomplete plugin:
http://code.google.com/p/jqac/
http://plugins.jquery.com/project/jqac
I have to add bgiframe functionality for IE6 and have some trouble
doing that. Here's my code:
http://www2.hemsida.net/badtant/test/auto/test.html
I've
Wizzud:
Thanks! I'll try out the code when I come to work on monday =)
Mike:
I know it's not supposed to but it used to do that and I have a case
where I want that functionality. Therefore i think it was a good
thing!
The best would be with an option for the user but the standard would
be to only
Hi!
I thinkt the serialize method is great but it seems like it has been
changed to only serialize checkboxes that are checked. Earlier it
serialized all of them and i could use the selector :checked to only
get the ones that are checked if I wanted to.
Now I want to serialize all checkboxes in a
st often need a way to find out the index of an element
> > amongst it's siblings ?
>
> > Jon
>
> > On Nov 26, 3:35 pm, badtant <[EMAIL PROTECTED]> wrote:
> > > I have the following html:
>
> > >
> > >
> > >
> > >
"col" with an each
> function after the page loads.
> Other than than, I would experiment with colgroup and see if it fires which
> col you are in.
>
> Sorry, no time for a demo. :( Hope this helps a little.
>
> Glen
>
> On Nov 26, 2007 7:35 AM, badt
Nah, I don't want the classname... I want it's "child number".
col a = 1
col b = 2
col c = 3
And so on.
On Nov 26, 4:58 pm, "Andrea Varnier" <[EMAIL PROTECTED]> wrote:
> On 11/26/07, badtant <[EMAIL PROTECTED]> wrote:
>
> > When the use
I have the following html:
col a
col b
col c
aaa
bbb
ccc
When the user hovers the th-element I have a function. I want that
function to return which of the columns that has been hovered. Let me
explain... when hovering "col a" I want to get the value 1 and when
hovering "col b" I want
Hi!
I want to get all checkbox items that are not checked.
I use the following to get all checkboxes that is checked but now i
want to get the ones that are unchecked, how can I do that?
$("#myform input:checkbox:checked")
Thanks!
/Niklas
Here's my html:
aaa
1
2
3
Ande here's my js:
$(document).ready(function(){
$("#selecten").change(function(){
$("#content").load("ajax.html",{id: $("#selecten
option:selected").val()});
});
});
ajax.html prints out this:
bbb
1
2
3
So what i do is that i
my whole site is in ISO-8859-1 and it's to much work right now to
convert to UTF-8. i think that this is something that should work
automaticly.
/N
On Apr 11, 11:04 am, "Mariusz Cieśla" <[EMAIL PROTECTED]> wrote:
> Can't you just try to use UTF-8 for the pages? Conversion isn't hard
> and still
runs the ajax-script when you hover the
links:
http://www2.hemsida.net/badtant/test/test.html
and here's the file that is loaded:
http://www2.hemsida.net/badtant/test/ajax.html
19 matches
Mail list logo