ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

tooltip.js (75B)


      1 jQuery( document ).ready( function( $ ) {
      2 	$( 'a.tooltip' ).tooltip();
      3 });