This may seem like a noob question, but I can't seem to do anything about it. I know quite some javascript and I'm been trying this JQuery plugin which checks if two elements overlap. http://jquer.in/helpful-jquery-plugins-for-html5-websites/overlaps/ I have this code:
$('#elm1').overlaps('#elm2')
The thing is how do I get the value from it. When a try an alert with it in a variable I get [object Object] and when I put it in a function I just get the code. Thanks