[jQuery] Re: jQuery's code first l ine (function(){・・・・・

2009-06-09 Thread Isaac Gonzalez
If you go to jquery.com they have some great introduction docs for learning jQuery. However you can start by reading this email :p Typically developers load javascript between the tags. The problem with doing this is that the browser may (or will) activate the script before the page is

[jQuery] Re: Any way to make an anonymous function die?

2009-06-02 Thread Isaac Gonzalez
I'm not sure if this is the best solution but you can always change the class name of the li after it's been click. Then add a conditional statement in your anonymous function filter list with the revised class name. On Jun 2, 2009, at 8:55 AM, Laker Netman wrote: I am using .live()

[jQuery] Re: Passing a PHP variable to jQuery

2009-06-01 Thread Isaac Gonzalez
I personally would just use jQuery's .get() method. Then with your PHP pages you can use xml, json, or html snippets. I tend to use html snippets. i.e. HTML View Bad Ass Page JAVASCRIPT - $('#BadAssPage1').click(function(){ var pagelink = $('#BadAssPage1').attr('href');

[jQuery] FormCheck Validation

2009-05-20 Thread Isaac Gonzalez
Hi everyone, Does anyone know of a jquery verions of Mootools FormCheck Validation Plugin? http://mootools.floor.ch/en/demos/formcheck/index.htm I don't want to reinvent the wheel it's already be done. thanks -- Isaac G.