R Rizwan Saleem Active Member 119 2010 5 0 Jun 3, 2012 #1 Is it possible, what I ask? or is there any plugin exist, which I need to customize for my demand. Need help.
Is it possible, what I ask? or is there any plugin exist, which I need to customize for my demand. Need help.
A AdRianaLiMaaa Active Member 108 2010 46 0 Jun 3, 2012 #2 You could do this with action script web side couldnt you? correct me if i am wrong.
kuskka Active Member 456 2011 110 50 Jun 4, 2012 #3 You can do with jQuery I guess. Place a div called "mask" above the link, with position absolute, then with jQuery: Code: $('.mask').click(function() { $(this).remove(); }); I think with this you can walk with your own steps
You can do with jQuery I guess. Place a div called "mask" above the link, with position absolute, then with jQuery: Code: $('.mask').click(function() { $(this).remove(); }); I think with this you can walk with your own steps