Posts by Fernando S.Souza • 43 points
3 posts
-
2
votes1
answer20
viewsQ: Target an <ul>l element with class="menus" excluding the others, only one at a time
jQuery(document).ready(function() { $('.heading-list').bind('click',function(){ $('.list').children().css({ 'display': 'block' }); }) $('.heading-list').bind('dblclick',function(){…
-
0
votes1
answer552
viewsQ: I need to validate an input Mask from the Ninja Forms phone form
I am using Ninja Forms as my contact form plugin. I am currently using a Mask input to force the typing of numbers. But I need the validation to happen for the field of the phone reach 10 full…
-
0
votes1
answer249
viewsQ: ':Hover' effect with 'Transform' shows a defect in Google Chrome when exiting ':Hover'
I created an effect Hover zooming scale(1.5) in the image, but when it leaves the Hover the border-radius the image returns the square image before returning to border-radius original. The problem…