many users will load jquery twice, even more times
var $customname = jQuery.noConflict(); then calling $customname('div').yourpluginname is a solution but it will break other plugins using $ instead of jQuery.

Output with first jQuery load and plugin definition

Output after the user ads another version of jquery