[jQuery] Re: Limit lines and characters of textarea

2008-12-11 Thread Louie Miranda
Sorry to dig this up. But, maybe you could combine some of the codes and techniques here -- http://www.ajaxray.com/Examples/charLimit.html -- Louie Miranda ([EMAIL PROTECTED]) http://www.louiemiranda.net Security Is A Series Of Well-Defined Steps chmod -R 0 / ; and smile :) On Dec 12 2007, 9

[jQuery] hiding a using html select (drop down)

2008-12-22 Thread Louie Miranda
I tried to hide the using the toggle() function below. javascript code > $(document).ready(function() { > > $("#dropdown").click(function() { > $("#divarea").toggle(); > }); > > }); > html code > > > >

[jQuery] Validate, Remote and Custom Rules -- disable and enable a submit button.

2009-03-15 Thread Louie Miranda
required: true, remote: "badge.php" } } } ); }); Is there a way to re-enable the submit button easily? -- Louie Miranda (lmira...@gmail.com) http://www.louiemiranda.net Quality Web Hosting - www.axishift.com Pinoy Web Hosting, Web Hosting Philippines

[jQuery] Re: Validate, Remote and Custom Rules -- disable and enable a submit button.

2009-03-15 Thread Louie Miranda
help :( -- Louie Miranda (lmira...@gmail.com) http://www.louiemiranda.net Quality Web Hosting - www.axishift.com Pinoy Web Hosting, Web Hosting Philippines On Mon, Mar 16, 2009 at 9:57 AM, Louie Miranda wrote: > I tried to make a remote validation with custom rules (return true or > fal