Animation

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 10 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
June 16, 2013 at 5:23 pm 4934
Tareq Hasan Hello Mahi and Tareq, Small question, we are using both in Registration and regular Form the "Upload file" field, In each form we have more than 5 upload images and to each one information need to be added, which make our form to look like this : Image 1 : Image 1 media type : Image 1 Dimensions : Image 1 Weight : Images 1 Notes : Image 2 media type : Image 2 Dimensions : Image 2 Weight : Images 2 Notes : and so on ... I need you advice about this : is there a way in jquery or css to make things look better ? for example when "image 1" is uploaded the other fields appear : "Image 1 media type : Image 1 Dimensions : Image 1 Weight : Images 1 Notes : " or if you have a better idea ill be happy
June 16, 2013 at 5:55 pm 4936
Tareq Hasan Tareq Hasan

I can’t give you any code example, but you can do this:
1. On initial page load, hide the other fields except the first one.
2. You should add CSS classes to each field to deal with them easily with jQuery
3. I am not sure how, but you need to add some callback when a image upload completes and display other image related fields based on CSS classes.

These are JS related tasks and some JS expert should do this fine.

Viewing 1 Posts - 1 through 1 (of 1 total)