I'm having issues where multiple copies of jQuery are being loaded onto the page via plugins that require jQuery.
I Just want to confirm that if I have 3 plugins active on my page, that all properly use wp_enqueue_script to load jQuery, will the library be included only once or 3 times?