- 21, Oct 2024
- #1
index.html
.p{color:#fff; text-align: justify;}
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/bramstein/hypher/master/dist/jquery.hypher.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($)
{
$(function() {
$('p').hyphenate('en-us');
});
});
</script>
header.php
wp_register_script( 'en-us', get_template_directory_uri() .'/js/en-us.js');
wp_enqueue_script( 'en-us');
Это работает только для Firefox, но не для IE и Chrome. Странно то, что когда я создаю простой functions.php1
works. What i am doing wrong?
Заранее спасибо.
#сообщения