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
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()
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');
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.
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/
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:/
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
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
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
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
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
Thank you, this seems to have resolved the issue.
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
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
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
15 matches
Mail list logo