Вход Регистрация
Файл: textpattern-4.5.7/textpattern/theme/hive/js/scripts.js
Строк: 27
<?php
jQuery
(function () {


    
// To make select navigation menu work
    
$('.txp-nav-select select').change(function() {
        
window.location = $(this).find('option:selected').val();
    });


    
// External links open new window (target="_blank" replacement)
    
$('[rel="external"]').click( function() {
        
window.open( $(this).attr('href') );
        return 
false;
    });


});
?>
Онлайн: 0
Реклама