close tab using jquery

Solutions on MaxInterview for close tab using jquery by the best coders in the world

showing results for - "close tab using jquery"
Salim
18 Nov 2020
1To close current tab
2
3window.top.close();
4
Idriss
07 Aug 2019
1window.top.close();