вопрос по JS - Visavi.net
https://visavi.net/
RSS - Visavi.nethttps://visavi.net/assets/img/images/logo_small.pngRSS - Visavi.net
https://visavi.net/
[email protected] (admin)[email protected] (admin)Thu, 16 Jan 2025 03:01:07 +0300Объясни нормально...а то с твого поста ниче не ясно....а в обще для передачи данных на серв - юзай jQery->json<br>
<pre class="prettyprint">
function trans_id(id) {
$(document).ready(function(){
jQuery.getJSON("index.php?id="+id);
});
}
</pre>
Таким образом ты передаш id в index.php
https://visavi.net/topics/13943/249287
вопрос по JS БогданWed, 22 Sep 2010 14:53:29 +0400Сообщенияhttps://visavi.net/topics/13943/249287Есть функция на этом языке, как на пыхе?:<br>
<pre class="prettyprint">$id = 'id';</pre>
Вот сам скрипт:<br>
<pre class="prettyprint">echo '<script type="text/javascript">
function toggle_show(id) {
document.getElementById(id).style.display = document.getElementById(id).style.display == \'none\' ? \'block\' : \'none\';
}
</script>';</pre>
В общем нужно чтобы он создавал переменную в пыхе $id с значением id, который берется из <br>
<pre class="prettyprint">toggle_show(id)</pre>
Хелп плиз кто шарит
https://visavi.net/topics/13943/249283
вопрос по JS balalaykaWed, 22 Sep 2010 14:40:24 +0400Сообщенияhttps://visavi.net/topics/13943/249283