I am using jQuery and I want to select the last scene element with some views eg 'Target'
How can I do this?
var e = jQuery ('. Target: visible: last');
I am using jQuery and I want to select the last scene element with some views eg 'Target'
How can I do this?
var e = jQuery ('. Target: visible: last');
Comments
Post a Comment