PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
ultimate-faqs
/
js
jQuery(document).ready(function($){ var custom_uploader; jQuery('#Thumbs_Up_Image_button').click(function(e) { e.preventDefault(); //If the uploader object has already been created, reopen the dialog if (custom_uploader) { custom_uploader.open(); return; } //Extend the wp.media object custom_uploader = wp.media.frames.file_frame = wp.media({ title: 'Choose Image', button: { text: 'Choose Image' }, multiple: false }); //When a file is selected, grab the URL and set it as the text field's value custom_uploader.on('select', function() { attachment = custom_uploader.state().get('selection').first().toJSON(); jQuery('#Thumbs_Up_Image').val(attachment.url); }); //Open the uploader dialog custom_uploader.open(); }); }); jQuery(document).ready(function($){ var custom_uploader; jQuery('#Thumbs_Down_Image_button').click(function(e) { e.preventDefault(); //If the uploader object has already been created, reopen the dialog if (custom_uploader) { custom_uploader.open(); return; } //Extend the wp.media object custom_uploader = wp.media.frames.file_frame = wp.media({ title: 'Choose Image', button: { text: 'Choose Image' }, multiple: false }); //When a file is selected, grab the URL and set it as the text field's value custom_uploader.on('select', function() { attachment = custom_uploader.state().get('selection').first().toJSON(); jQuery('#Thumbs_Down_Image').val(attachment.url); }); //Open the uploader dialog custom_uploader.open(); }); });
[+]
..
[-] sorttable.js
[edit]
[-] ewd-ufaq-wc-admin.js
[edit]
[-] ewd-ufaq-getting-started.js
[edit]
[-] ewd-ufaq-dashboard-review-ask.js
[edit]
[-] tinymce-plugin.js
[edit]
[-] ewd-ufaq-plugin-deactivation.js
[edit]
[-] spectrum.js
[edit]
[-] ewd-ufaq-js.js
[edit]
[-] Admin.js
[edit]
[-] wp_ufaq_uploader.js
[edit]
[-] ewd-ufaq-pointers.js
[edit]