tammyhart / Reusable-Custom-WordPress-Meta-Boxes

177 stars 97 forks source link

Bug remove image #23

Closed Caspert closed 11 years ago

Caspert commented 11 years ago

Hello Tammy,

When I would like to remove my selected image, the field will not be clear.. I use the latest jQuery code of yours: [code] // Delete uploaded image jQuery('.remove-image').click(function() { var defaultImage = $(this).parent().siblings('.default_image').text(); jQuery(this).parent().siblings('.upload_image').val(''); jQuery(this).parent().siblings('.preview_image').attr('src', defaultImage); return false; }); [/code]

tammyhart commented 11 years ago

are you getting any sort of jquery errors in your console?

tammyhart commented 11 years ago

I'm closing this thread since I cannot duplicate any bugs