[jQuery] Whats wring with this jQuery Ajax function?

2008-09-28 Thread LSUDVM
I am attemptin to use jquery to do check username while filling out a form. I have already done it with MSAJAX but i thought it would be fun to do it with jquery. However it does not work Can anyone point out where i am going wrong? I am using the jquery ajax method to call a codebehind WebMethod.

[jQuery] Re: Thickbox wiredness - IE6 vs FF2.0

2007-08-24 Thread LSUDVM
Anyone have any ideas? On Aug 24, 12:06 pm, LSUDVM <[EMAIL PROTECTED]> wrote: > I am using tmost excellent thickbox v3 in my photogallery. One ting i > notice if the wierdnesss bewteen IE6 and FF2.0. Specifically this > relates to using slidToggle for some animation. What i have

[jQuery] Thickbox wiredness - IE6 vs FF2.0

2007-08-24 Thread LSUDVM
I am using tmost excellent thickbox v3 in my photogallery. One ting i notice if the wierdnesss bewteen IE6 and FF2.0. Specifically this relates to using slidToggle for some animation. What i have done is mode the tickbox js file so that the image will fade into view using animate({ opacity: 'toggl

[jQuery] jCarousel vs jCarousel LITE

2007-08-11 Thread LSUDVM
I have looked at both of these plugins. How would i decide which one to use? Basically i just the carousel to show the thumbnails and then below the carousel the large image will appear. Thanks Ashok

[jQuery] Convert to jQuery

2007-08-06 Thread LSUDVM
Hi, I need help in converting this to jquery: function resize(which, max) { var elem = document.getElementById(which); if (elem == undefined || elem == null) return false; if (max == undefined) max = 100; if (elem.width > elem.height) { if (elem.width > max) elem.width = max; } els

[jQuery] Resize images with jQuery

2007-08-06 Thread LSUDVM
Hi, i can now read the values of the input file filed and set the img src to that value for a preview of the image prior to u pload. But what i need to do now is resize this large image when showing the preview prior to upload AND maintain aspect ratio. Possible? Ashok

[jQuery] How to read value of a file input field?

2007-08-03 Thread LSUDVM
Hi I just found the jQuery group and joined. I absolutely jQuery after discovering the Thickbox. I need some help with this task. I have an asp.net page for uploading photos. I want to show a preview of the image once i have browsed for and selected the image using the file input. How can get the