We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcdc60 commit f905272Copy full SHA for f905272
selector.js
@@ -1,7 +1,7 @@
1
/*
2
Package: Dom-Selector
3
- Version: 1.0.1
4
- Author: Shivam Dewangan [https://github.com/Shivamdevs]
+ Version: 1.1.0
+ Author: Shivam Dewangan https://github.com/shivamdevs
5
License: MIT License
6
*/
7
@@ -43,7 +43,6 @@
43
dta = selector.find('data-selector')[0].getBoundingClientRect();
44
if ((dta.top - 6) < 0) selector.find('data-selector').addClass('lowset');
45
46
- console.log((dta.top + dta.height + 15) > window.innerHeight);
47
if ((dta.top + dta.height + 15) > window.innerHeight) selector.find('data-selector').addClass('stcset');
48
}).mousedown(function (eve) {
49
if (selector.hasClass('hidden')) return;
0 commit comments