Skip to Content

JavaScript File

URL: https://upskirt.tv/static/js_new/custom.js?v=1683119358
HTTP Status: 200 OK
MIME Type: application/javascript
Last Modified: Fri, 18 Mar 2022 14:53:52 GMT
Download Time: Less than a second
Cookies: None
Size: 10 KB
HTTP Headers:  10 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1$(document).ready(function () {

2 openHide();

3 openTags();

4 openBlock();

5 openNet();

6 openNavDrop();

7 openNav();

8 openSort();

9 userMenu();

10 langMenu();

11 customCheckbox();

12 openReport();

13 openShare();

14 showPass();

15 closePopup();

16 addFriends();

17 showMore();

18 viewComments();

19

20 $(".js-smile").on('click', function () {

21 var $body = $(this).closest('.message-form');

22 if ($body.hasClass('show')) {

23 $body.removeClass('show');

24 } else {

25 $body.addClass('show');

26 }

27

28 return false

29 });

30

31

32});

33

34function showMore() {

35 var $height = $('.show-holder .description').height();

36 if ($height>52) {

37 $('.show-holder').addClass('overflow');

38 }

39

40 var $height2 = $('.model-view .desc').height();

...

</html>