
jQuery.noConflict();
jQuery(function(){
    
    jQuery('.selecter2').mobilyselect({
        collection: 'all',
        animation: 'fade',
        duration: 550
    });
});

