Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need CSS class and jquery for following thing

I used to upload image in this
am using
C#
input type="file" name="image"  />


How can i apply CSS and jquery class for this

Anyone have idea
Posted
Comments
Sandeep Mewara 22-Jun-12 5:03am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
Karthik. A 22-Jun-12 10:15am    
In case you are just asking how to access this element using jquery, you can use this

$('input[name="image"]')

to access the element. Hope this helps!

1 solution

class="classname" />
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900