Jump to content
  • 0

Выправить кривоту рук)


CatInTheBread
 Share

Question

Всем джамбо. Конечно мой вопрос не относится к java но да ладно. Есть 2 кода...оба не пашут на сайте, но вроде как работают на jsfiddle...На оба кода ошибка Property '$' of object [object Object] is not a function.

Может у кого появится какая-нибудь мысля...Заранее спасибо.


<script>
$(document).ready(function($){
$(".toggle-block").click(function(){
var id = '#toggle_block_id_' + $(this).data('target');
$( id ).slideToggle();
});
});
</script>
<button class='toggle-block' data-target='01'><font size='3'>Реставрация</font></button>
<div id="toggle_block_id_01" style='width:1px; height:1px;'>
<table style='display:none;'><tbody><tr><td><a href="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3.jpg"><img src="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3-150x150.jpg" alt="лицензии архистудио3" width="150" height="150" class="alignnone size-thumbnail wp-image-352" target=""></a></td><td><a href="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио2.jpg"><img src="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио2-150x150.jpg" alt="лицензии архистудио2" width="150" height="150" class="alignnone size-thumbnail wp-image-351" /></a></td></tr></tbody></table>
</div>


<script>
$(document).ready(function($){
$("button").click(function () {
var txt = this.innerText;
if (txt == "Реставрация")
{
$("#ToggleRestavration").slideToggle("slow");
}
else if (txt == "Батон")
{
$("#ToggleBaton").slideToggle("slow");
}
else if (txt == "Еще батон!")
{
$("#ToggleElseBaton").slideToggle("slow");
}
});
});
</script>

<button>Реставрация</button>
<div style='display:none;' id='ToggleRestavration' style='width:1px; height:1px;'>
<table><tbody><tr><td>
<a href="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3.jpg"><img src="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3-150x150.jpg" alt="лицензии архистудио3" width="150" height="150" class="alignnone size-thumbnail wp-image-352" /></a>
</td></tr></tbody></table></div>
</div>

<button>Батон</button>
<div id='ToggleBaton' style='width:1px; height:1px;'>
<table style='display:none;'><tbody><tr><td><a href="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3.jpg"><img src="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3-150x150.jpg" alt="лицензии архистудио3" width="150" height="150" class="alignnone size-thumbnail wp-image-352" /></a>
</td></tr></tbody></table></div>
<button>Еще батон!</button>
<div id='ToggleElseBaton' style='width:1px; height:1px;'>
<table style='display:none;'><tbody><tr><td><a href="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3.jpg"><img src="http://6.arhis.z8.ru/wp-content/uploads/2013/05/лицензии-архистудио3-150x150.jpg" alt="лицензии архистудио3" width="150" height="150" class="alignnone size-thumbnail wp-image-352" /></a>
</td></tr></tbody></table></div>

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Сайт у меня на WordPress'e я думал он автоматом должен подключать jQuery...

Просто если я пропишу в header.php <?php wp_enqueue_script("jquery"); ?> это не вызовет конфликтов с плагинами типа NextGen Gallery, которые вроде тоже используют jQuery и автоматом их загружают???

Link to comment
Share on other sites

  • 0

Просмотрите firebug'ом страницу сайта, есть ли там jQuery.

P.S. У самого есть сайт, на котором использую сторонний модуль, подключающий со стороннего jQuery, с тем, что установлен на сайте вроде не конфликтует.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy