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]>
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
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
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
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
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.
HI Jörn?
is version 1.2 ready?
Thanks
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
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]>:
>
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
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
Is there something of the sort for Jquery(
http://www.barelyfitz.com/projects/tabber/)
? JTabs uses lists, unlike this version.
Thanks
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
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
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
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
Has the TinyMCE plugin been taken down? I have searched all over for
it.
Thanks
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:
>
> >
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
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
How does set the classes of an tag? I would like to trigger the
active, hover or link attributes
Thanks
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
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
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
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
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
How can I count the number of child elements that a div container has?
Thanks
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
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
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/
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
31 matches
Mail list logo