Change zoom button (not work!)
Hello friends! Good day!
I need your help. This is what I have:
I need to change the zoom button:
with this effect:
My code but does not work:
- $(".buttonZoom").click(function () {
- $(this).text(function(i, v){
- return v === 'FULLSCREEN' ? 'CLOSE SCREEN' : 'FULLSCREEN'
- })
- });