javascript - login and password fancybox -
never been exposed jquery or fancybox matter though while creating website figured give fancybox try login screen (pop frame). looking on fancybox site download js jquery , css files put them in head asked , continued try , implement password popup have run trouble. verticle nav bar , @ bottom of says login trigger popup no luck. here script:
<script> $("#logid").fancybox({ 'scrolling' : 'no', 'titleshow' : false, 'onclosed' : function() { $("#login_error").hide(); } });</script>
and here jsfiddle: http://jsfiddle.net/ssmzu/
i dont think jsfiddle work since cant put css files of them, wondering how problem resolved. mean have script @ bottom im not sure issue is. in advance!
Comments
Post a Comment