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.
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
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
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
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
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
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
7 matches
Mail list logo