[jQuery] jQueryUI Dialog positioning upon window resize

2009-12-30 Thread buntu
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

[jQuery] Get file specific parts from input file type

2009-10-22 Thread Buntu J
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

[jQuery] [validate] How to skip validation on fields which are hidden

2009-10-16 Thread buntu
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!

[jQuery] extract base url

2009-05-01 Thread buntu
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!

[jQuery] Re: extract base url

2009-05-01 Thread buntu
: 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 question at this time. On Fri, May 1, 2009 at 10:17 PM, buntu buntu.w

[jQuery] [validate] comma-seperated multiple emails validation

2009-04-08 Thread Buntu J
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!

[jQuery] Equivalent of YUI.util.Connect.setForm

2009-04-02 Thread buntu
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: