Thursday, 28 July 2016

I want to open a popup menu after clicking the linkbutton in .NET. Its opening but suddenly disappear. How do I fix this ?

$(document).ready(function () { $('.btnResetPW').click(function () { var scW = window.screen.width; var scH = window.screen.height; var top = ((scH - $('.facediv').height()) / 2) - 75; var left = ((scW - $('.facediv').width()) / 2) -...

from CodeProject Latest Questions http://ift.tt/2aiJ6JC
via https://ifttt.com/ IFTTT

No comments:

Post a Comment