[jQuery] Re: Ui tabs spacing

2008-10-02 Thread wattaka
Thanks! On 2 Okt., 08:08, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Add an id of say "login" to the li element and add a left margin... > > #login { >     margin-left: 200px; > > } > > --Klaus > > On 2 Okt., 06:59, wattaka <[EMAIL PROTECTED]>

[jQuery] Re: Ui tabs spacing

2008-10-01 Thread wattaka
Hmm formatting was destroyed, here is another try Home About | Info | _ |Login | There is a larger space betweenn the "Info" and "login" tab Thanks On 2 Okt., 06:57, wattaka <[EMAIL PROTECTED]> wrote: > Can someone te

[jQuery] Ui tabs spacing

2008-10-01 Thread wattaka
Can someone tell me how I can get different spacing for tabs using Ui.tabs? Here is what I am getting at: Home | About | Info| | Login | I would like the "Login" tab to be spaced to the left at a setting of my choice. Thanks

[jQuery] Re: Assinging the A:visted tag a class

2008-05-14 Thread wattaka
y link inside the div > $(this).addClass("current"); //add the current class to the link > that was clicked. > }); > > }); > > Brian > > On May 14, 3:24 pm, wattaka <[EMAIL PROTECTED]> wrote: > > > I am trying to assign a tags in a DIV a class when they a

[jQuery] Assinging the A:visted tag a class

2008-05-14 Thread wattaka
I am trying to assign a tags in a DIV a class when they are clicked and and visited and remove the class when another tag in the DIV is clicked, I tried this t activate the tag: $('#right a').focus(function(){ $(this).addClass('current') }); This

[jQuery] Re: Release: jQuery Validation plugin 1.1.1

2007-11-05 Thread wattaka
Hi Jörn! Is 1.1.2 out yet? Thanks On Oct 18, 11:08 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > wattaka schrieb:> I think something went wrong with the code merging > > > The metadata had a bugix a while back, it was just named metadata.js > > instead of jquery.

[jQuery] JQuery Validation plugib version 1.2?

2007-10-29 Thread wattaka
HI Jörn? is version 1.2 ready? Thanks

[jQuery] Re: Validating checkboxes

2007-10-26 Thread wattaka
anson" <[EMAIL PROTECTED]> wrote: > Can you put a class on the checkboxes? Then you can do: > > return $("input.myclass:checked").size(); > > -- Josh > > - Original Message - > From: "wattaka" <[EMAIL PROTECTED]> > To: &quo

[jQuery] Re: Validation triggering based on radio button value

2007-10-25 Thread wattaka
could see relation between "I'd like to receive..." and "Topics". > Source code: > topic: { > required: "#newsletter:checked", > minLength: 2 > > }, > > Cheers > Marco Antonio > > 2007/10/24, wattaka <[EMAIL PROTECTED]>: >

[jQuery] Validating checkboxes

2007-10-25 Thread wattaka
Hi all, how does one validate that a user checks at least one checkbox from a group of checkboxes. I have seen the example on Jörns site, but the example has the same names for all checkboxes, I cant have the same name for all checkboxes due to the backend code. Thanks

[jQuery] Validation triggering based on radio button value

2007-10-24 Thread wattaka
I have a set of radio buttions to select different fields in a form, how can I trigger the validation of these text fields based on the value of the radio buttons? thanks

[jQuery] Tabber for Jquery?

2007-10-23 Thread wattaka
Is there something of the sort for Jquery( http://www.barelyfitz.com/projects/tabber/) ? JTabs uses lists, unlike this version. Thanks

[jQuery] Using Jquery Form and Block UI together

2007-10-21 Thread wattaka
I have this function that triggers an AJAX call to the server $('#advert_settings_form').ajaxForm(function() { $.blockUI(' Just a moment...'); //alert("Thank you for your comment!"); }); Where do I put the blockUI and unblockUI functions in ajaxForm callable? Thank

[jQuery] Re: Release: jQuery Validation plugin 1.1.1

2007-10-18 Thread wattaka
I think something went wrong with the code merging The metadata had a bugix a while back, it was just named metadata.js instead of jquery.metadata The validation plugin has re-introduced the buf with IE again, validation does not work, this was fixed a while back too On Oct 18, 5:01 pm, Jörn

[jQuery] Re: Jquery Plugin for TinyMCE

2007-10-15 Thread wattaka
I´ll need some help on this because I´m getting errors: I saved this from the page as tinymce.js // tiny MCE - //jQuery plugin for accessible, unobtrusive WYSIWYG HTML editing // v .1 // by Alton Crossley // http://www.nogahidebootstrap.com/jtinymce/ $.fn.tinymce = function(options) { r

[jQuery] Re: Jquery Plugin for TinyMCE

2007-10-15 Thread wattaka
whoop! Thanks guys. On Oct 14, 5:56 pm, "内山紀明" <[EMAIL PROTECTED]> wrote: > Hi, > > jq-tinyMCEhttp://dev.jquery.com/wiki/Plugins/tinyMCE > > "gives you a unobtrusive way to tack-on tinyMCE WYSIWYG HTML > editing to any form. Simply:$('.classname

[jQuery] Jquery Plugin for TinyMCE

2007-10-14 Thread wattaka
Has the TinyMCE plugin been taken down? I have searched all over for it. Thanks

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread wattaka
from hover to active for the active button and the others to hthe normal status, which would be ":link" On Oct 14, 3:45 pm, Wizzud <[EMAIL PROTECTED]> wrote: > Reset from what to what? > > On Oct 14, 1:36 pm, wattaka <[EMAIL PROTECTED]> wrote: > > >

[jQuery] Re: Styling and modifying the MultiFile plugin

2007-10-14 Thread wattaka
I really would like to know if this can be done. Thanks On Oct 5, 3:03 pm, wattaka <[EMAIL PROTECTED]> wrote: > HIi > > I would like to know how one can syle themultifileplugin, I would > also like to change the placement or make the file queue invisible. > Does anyone have

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread wattaka
ve {} > all work fine in CSS? > > Check outhttp://www.jquery.com/api. You can see a nice list of all of the > things jQuery can do there. > > Glen > > On 10/13/07, wattaka <[EMAIL PROTECTED]> wrote: > > > > > How does set the classes of an tag? I would like to trigger the > > active, hover or link attributes > > > Thanks

[jQuery] Jquery and Pseudo classes

2007-10-13 Thread wattaka
How does set the classes of an tag? I would like to trigger the active, hover or link attributes Thanks

[jQuery] .click function running multiple times

2007-10-06 Thread wattaka
Hi all. This piece of code runs in FF only once as expected, the click gets called once, but it gets called multiple times in IE6, can someone tell me what I am doing wrong? Its the second click below. Not the livequery click Thanks // CODE $('#intended_branch_container .delete').livequery('c

[jQuery] Re: Validation plugin errors on IE6

2007-10-06 Thread wattaka
Hi Jörn, The valide.js works, the validate pack does not, same error as before. Thanks. Just let me know, I´ll be glad to test. On Oct 6, 12:41 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > wattaka schrieb:> This is just plain infuriating, this piece code works > perfectly w

[jQuery] Validation plugin errors on IE6

2007-10-06 Thread wattaka
This is just plain infuriating, this piece code works perfectly well on FF 2, on IE6 , it just causes errors: // ERROR error -> "object does´t support this property or method" code 0 // CODE var container = $('#error_container'); $("#login_form").validate({ errorContainer: co

[jQuery] Styling and modifying the MultiFile plugin

2007-10-05 Thread wattaka
HIi I would like to know how one can syle the multifile plugin, I would also like to change the placement or make the file queue invisible. Does anyone have any idea how I could go about that? Thanks

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread wattaka
Thanks Wizzud, but this does not work with elements that are dynamically added to the DOM, is there another way? Thanks On Oct 3, 11:26 pm, Wizzud <[EMAIL PROTECTED]> wrote: > var ct = $('div').children().size(); > > wattaka wrote: > > > How can I count the n

[jQuery] Counting the number of child elements that a div has

2007-10-03 Thread wattaka
How can I count the number of child elements that a div container has? Thanks

[jQuery] Re: jQuery Form Plugin fiasco

2007-10-01 Thread wattaka
I might be better to ask for support concerning a specific problem, this is a very helpful forum. Besides I think Mikes site and plugins one of the best displayed and documented, I´m surprised that you have problems with them. On Oct 1, 6:17 am, roso <[EMAIL PROTECTED]> wrote: > The jQuery Form

[jQuery] Re: Jquery plugin embedding advice

2007-09-30 Thread wattaka
to be cached for all pages. > > Glen > > On 9/30/07, wattaka <[EMAIL PROTECTED]> wrote: > > > > > At the moment, I have one JS file with plugin configurations, user > > functions, variables an so on for the whole site even though they all > > wont be ne

[jQuery] Re: Selection an option

2007-09-30 Thread wattaka
Glen saves the day again, thanks! On Sep 30, 9:47 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > You need to find the option, not the select. > var monthVar = from the server or wherever; > $("#intended_start_month option[value=" + monthVar + "]").attr("selected", > "selected"); > > Glen > > On 9/

[jQuery] Jquery plugin embedding advice

2007-09-30 Thread wattaka
At the moment, I have one JS file with plugin configurations, user functions, variables an so on for the whole site even though they all wont be need on every page, would this slows down things? How do others handle this? Thanks