Posts by Luiz Eduardo • 109 points
2 posts
-
0
votes2
answers126
viewsA: Create Jquery plugin
Have you tried: (function( $ ){ $.fn.dumb = function() { $(document).ready(function () { var video = this; }); } )( jQuery ); I believe it may be the difference between $(this) and this, but I…
jqueryanswered Luiz Eduardo 109 -
0
votes2
answers1148
viewsA: How to change the return url when directing to the login page?
I think it depends a lot on what you intend, generally I, for example, usually check on specific activities and pages IF and WHICH user is logged in, if he is not logged in if for example he is…