Sign in
Home
Jobs
News
Training
Interview Question
Blog
Latest Update
Sign in
Welcome!
Log into your account
your username
your password
Forgot your password?
Password recovery
Recover your password
your email
Search
Home
Jobs
News
Training
Interview Question
Blog
Latest Update
Home
Jobs
News
Training
Interview Question
Blog
Latest Update
More
Facebook
Instagram
Twitter
Home
Jobs
Jobs
Latest job
Latest
Latest
Featured posts
Most popular
7 days popular
By review score
Random
Tech Layoff – Downsizing for Growth in the AI Era
Gyani Labs
-
August 7, 2024
X, led by Musk, plans to onboard 100 content moderators in Austin by the end of the year
Deloitte Off-Campus 2024 Recruitment in India, Hybrid Job Opportunities, Apply Here
Nestle is currently recruiting for Management Trainees and various other roles. Apply now!
Myntra plans to employ 16,000 employees during the holiday season.
Teleperformance is hiring various profiles including WFH
Gyani Labs
-
August 27, 2022
0
TCS is accepting registrations for fresh MBA hiring
Gyani Labs
-
April 29, 2022
0
British Electric, One Moto India plans to hire, add people by...
Gyani Labs
-
April 24, 2022
0
ICCS is all set to hire 1,000 employees in next 12...
Gyani Labs
-
April 21, 2022
0
Infosys hiring 50,000 freshers in FY23, offers salary hike this month
Gyani Labs
-
April 16, 2022
0
Internship
Gyani Labs
-
March 10, 2022
0
TCS is all set to hire 1 Lakh freshers by March...
Gyani Labs
-
March 10, 2022
0
Mindtree is hiring| Service Desk Manager|Bangalore
Gyani Labs
-
February 25, 2022
0
Capgemini invites job applications for various roles across India
Gyani Labs
-
February 24, 2022
0
TCS iON partners with NTTF to launch industry-led skill programs
Gyani Labs
-
February 18, 2022
0
Network Engineer
Gyani Labs
-
February 15, 2022
0
IT Support Associate II
Gyani Labs
-
February 14, 2022
0
Cisco Wireless Network Engineer
Gyani Labs
-
February 13, 2022
0
' + // image style settings '
' + '
tagDiv image style
' + '
' + '
Default
' + '
' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->