[jQuery] Can't assign jQuery jqModal to dynamically added links

2009-09-02 Thread neburton
I've been having problems getting jqmodal modal dialogs to display on links added dynamically by client side code. I've demonstrated the problem at the following URL: http://www.neil-burton.co.uk/jqmodaltest/index.htm jqModal plugin here - http://dev.iceburg.net/jquery/jqModal/ Any help would b

[jQuery] validate plugin - phone number processing prior to validation

2009-06-16 Thread neburton
I want to remove spaces from pasted phone numbers into a phone number field prior to the validation being run. I've applied class="number" to the phone number input field, which validates correctly when anything other than numbers are entered or onsubmit. I've also created an event handler that

[jQuery] validate plugin - phone number processing prior to validation

2009-06-16 Thread neburton
I want to remove spaces from pasted phone numbers into a phone number field prior to the validation being run. I've applied class="number" to the phone number input field, which validates correctly when anything other than numbers are entered or onsubmit. I've also created an event handler that

[jQuery] Target parent from IFRAME

2008-08-29 Thread neburton
I want to be able to set the value of an input box in the parent of an iframe from the iframe. The parent has the following input box: So far I've tried the following in the IFRAME and and and Not having much luck here and stumbling in the dark. I'm a JQuery newbie, be kind.