Hi,
I'm initializing the dialog with position: [900, 58] and it looks good
until I resize the window. Upon window resize to reduce the viewport,
horizontal scroll is introduced since the dialog is still at position
[900, 58]. Can anyone please help provide a solution to make the
dialog reposition o
Hi,
I need to get the filename, basename, dirname using jQuery. Can anyone
please let me know if there is any utility that will take care of
windows/mac/linux file paths.
Thanks
Hi,
I've an input field in the form which is displayed based on the user
selection. Initially it is set to 'display:none' and I do have a
validation rule for that field.
How do I skip validation on this hidden input field and only validate
when its displayed on the page.
Thanks for the help!
bjee wrote:
> ok so you wanna edit the URL ?
>
> var url = "www.google.co.za";
> top.location = url;
>
> this will send the page towww.google.co.za
>
> var url top.location;
>
> this shoud retrieve the URL
>
> Sorry. I'm unable to fully answer your q
Hi,
I need to append a parameter string like: '?key=val' to the current
url and the value for the key changes based on the user input. Is
there any jquery utility that does the base url extraction from
window.location, so that I can append the '?key=val' to that?
Thanks for the help!
Hi,
Is there a way to reuse the email method in the Validate plugin on the input
field which takes multiple email addresses separated by comma?
Thanks for the help!
Hi,
We are moving away from YUI and translating our js code to jQuery (so
I'm new to jQuery). For a form file upload, we used to have the setForm
() in YUI.util.Connect for id'ing the form and also initializing
asyncRequest() .. more info on setForm() method here:
http://developer.yahoo.com/yui
7 matches
Mail list logo