__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Blink specific HTML element to set attention to this element.
*
* @param {string} element_to_blink - class or id of element: '.wpbc_widget_available_unavailable'
* @param {int} how_many_times - 4
* @param {int} how_long_to_blink - 350
*/
function wpbc_blink_element( element_to_blink, how_many_times = 4, how_long_to_blink = 350 ){
for ( let i = 0; i < how_many_times; i++ ){
jQuery( element_to_blink ).fadeOut( how_long_to_blink ).fadeIn( how_long_to_blink );
}
jQuery( element_to_blink ).animate( {opacity: 1}, 500 );
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ui_elements.js | File | 569 B | 0640 |
|
| ui_full_screen_mode.js | File | 665 B | 0640 |
|
| ui_loading_spin.js | File | 2.72 KB | 0640 |
|
| ui_radio_container.js | File | 1 KB | 0640 |
|
| ui_sidebar_left__actions.js | File | 8.46 KB | 0640 |
|