html - needed solution for issue either by CSS or jQuery -
when click on button last div.popup
show @ place of 3rd div .delet
, .delet
container have disappear.
as referred jsfiddle link when click last element div.popup
overlap on 3rd element .delet
. can't achieve background color.
am in condition define background color in rgba value only.
need achive: when button clicked .delet
container should move towards left , popup
div move towards left in previous place of .delet
needed solution issue either css or jquery
$("button").click(function(){***})
changes reference of this. should use apply/call put reference of explicitly
Comments
Post a Comment