[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.

[jQuery] Re: jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-13 Thread Isaac Raway
malsup wrote: > > Sorry, I read your first message too quickly. Is 'edit_card_jq' bound > as a submit handler? If so, you should return false form that fn. If > not, could you post a little more code or provide a link? > Here's a link that shows what I'm doing: http://blueapples.org/test/

[jQuery] Re: jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-12 Thread Isaac Raway
My handler - as shown previously - rebinds events when the submit succeeds. I confirmed this, as stated in my message by adding an alert that is shown the next time I click the submit button, so that isn't it. malsup wrote: > > >> Any ideas why this would happen? > > This is why: > > http:/

[jQuery] jQuery Form Plugin - after ajaxSubmit call, ajax submitting seems to be disabled

2009-01-12 Thread Isaac Raway
I have a situation where I have a form that remains on a page even after a successful submit - it is used to add items to a list of existing items. After submitting the form, successfully, the backend responds with a blank HTML form. This loads correctly after the call to ajaxSubmit. However whe

[jQuery] Re: SimpleModal container size problem

2008-12-24 Thread Isaac
Thanks. Any idea what the problem was? On Dec 24, 11:42 am, Eric Martin wrote: > Just checked and it looks like it is working properly now... > > On Dec 24, 7:20 am, Isaac wrote: > > > Eric, > > > I've downloaded 1.2.2 (full) as you requested. > > > Is

[jQuery] Re: SimpleModal container size problem

2008-12-24 Thread Isaac
Eric, I've downloaded 1.2.2 (full) as you requested. Isaac On Dec 23, 1:51 pm, Eric Martin wrote: > That is strange - can you get the latest version (1.2.2) and upload > the full version, so I can trace it through? > > On Dec 22, 11:23 pm, Isaac wrote: > > > &g

[jQuery] SimpleModal container size problem

2008-12-22 Thread Isaac
the correct height in containerCSS property. I've tried looking at the generated code with FF but I don't seem to spot the problem. Any thoughts? Thanks, Isaac

[jQuery] SimpleModar overlay container size issue

2008-12-22 Thread Isaac
the correct height in containerCSS property. I've tried looking at the generated code with FF but I don't seem to spot the problem. Any thought? Thanks, Isaac

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Isaac
Thank you, this seems to have resolved the issue. Isaac

[jQuery] Re: SimpleModal container not showing up

2008-12-11 Thread Isaac
Eric, You can see the page at http://www.lacopts.org/dbase/register.php You will see that this doesn't work in any browser (ie, ff, or chrome). Thanks, Isaac

[jQuery] SimpleModal container not showing up

2008-12-10 Thread Isaac
but I don't see anywhere the container. Now I know that the container gets created because I'm able to see the generated html code in firefox. Any ideas or helpful hints. Thanks in advance, Isaac

[jQuery] Setting radio button values

2007-10-06 Thread Isaac
I have a page that retreives values from a database using an ajax call. Then I take those values and try to populate a web form. The problem I'm having is with radio buttons. I try setting them using the following line: $("#Gender").val(jsonData.feedback.Gender); where gender is 2 radio butto