[jQuery] Re: Newbie validator question/problem

2009-11-16 Thread Henry
On Nov 15, 2:45 am, sprach wrote: > ... . In the code > above, firebug claims that form.submit() is not a function. The DOM allows named form controls to be accessed as named properties of the FORM element object. However, the FORM elements have a set of properties/methods of their own, includin

Re[jQuery] garding Tablesorter

2009-11-08 Thread Henry Loke
Regarding Tablesorter [http://tablesorter.com/] My table contain the column called No. ( Number ). No., Name, Age, When I sorted by Name, The arrangement of No. sorted. Is there has a way, to dead fixed on No. column ( Column No. not sorted example it will showed 1., 2., 3. ...etc) but able t

[jQuery] Dropdown menu top and left border Superfish

2009-06-19 Thread Henry
Hi, How can I take off the top and left border that shows on my menu? Thx Henry

[jQuery] Re: Invalid Argument in IE7/8

2009-03-13 Thread Henry
Nic Hubbard wrote: > Ok, I removed all instances of the cycle plugin when it is > not needed. But, this has not fixed the problem in IE7/8. > > Why would it be saying that jQuery.js is the file with the > problem? IE browser throw an "invalid argument" error when attempts are made to apply nonse

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Henry
On Feb 6, 10:30 am, Tintin81 wrote: > I am new to Javascript and implemented a few nice JQuery > features on http://new.designbits.de";>my new > website . All of them work great in Firefox and Safari. > > In IE6, however, the site looks like a mess, even with > Javascript enabled in the options pa

[jQuery] Re: Correct way using Jquery

2009-01-08 Thread Henry
Eric Garside wrote: > $('input[name="' + obj.name + '"]').attr('checked', false); And if the same page contains INPUT elements with the same name either inside another form or outside of any form? It seems like a good idea to use - obj.form - to restrict the context of the search, and even if no

[jQuery] Re: Correct way using Jquery

2009-01-08 Thread Henry
jq noob wrote: > Sorry this might be really simple but there is a reason my > nickname is jq noob! I was wondering how to convert this JS > function into proper Jquery code. "Correct" and "proper" are going to be very much influenced by various people's opinions. You have not explained what - obj

[jQuery] Re: warning: jquery in firefox 3

2008-11-28 Thread Henry
On Nov 27, 5:58 am, codz wrote: > hello everyone, > > i just want to ask anybody about this warning that > always show whenever my page load with the jquery.js file. > > Warning: > > test for equality (==) mistyped as assignment (=)? > Source File:http://localhost:2008/jquery.js > Line: 1161, Colu

[jQuery] would compressing & merging multiple jquery & plugin's violate any license?

2008-11-10 Thread henry
would compressing & merging multiple jquery & plugin's into 1 JS file violate any license?

[jQuery] Re: validate - integrating with wordpress

2008-10-31 Thread Henry
OMG! That's perfect! thank you. On Oct 30, 6:32 pm, Mason <[EMAIL PROTECTED]> wrote: > Henry, this should help: > > http://nettuts.com/tutorials/wordpress/adding-form-validation-to-word... > > On Oct 30, 6:54 pm, Henry <[EMAIL PROTECTED]> wrote: > > &g

[jQuery] validate - integrating with wordpress

2008-10-30 Thread Henry
ml of the pages. Again, sorry for being so green on this. Sincerely, Henry

[jQuery] Re: Toggle doesn't perform well in Safari and crashes Chrome

2008-09-13 Thread Matt Henry
toggle() takes two functions as arguments, so your $("div#menuchild_1").toggle( SHOW_FUNCTION HIDE_FUNCTION ); On Sep 12, 4:32 pm, robertaugustin <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having a problem with jquery's toggle function in Safari 3.1.2 and > Google Chrome, maybe one of you knows th

[jQuery] Re: How to load remoate jquery code with document.write() that works with IE6/7?

2008-09-11 Thread henry
s to the DOM vs using document.write() might work for > you :) > > On Sep 10, 4:39 pm, henry <[EMAIL PROTECTED]> wrote: > > > I have a problem with IE (6 & 7) when I have something like this: > > > http://domain.com/</a> > > generateCode.php"> >

[jQuery] How to load remoate jquery code with document.write() that works with IE6/7?

2008-09-10 Thread henry
I have a problem with IE (6 & 7) when I have something like this: http://domain.com/ generateCode.php"> and the server returns HTML and JS in place using document.write(), such as: document.write('
TESTING