2013-09-29, 06:42 AM
Hello ,
I was asking abouit the modal box help in this topic sometime ago
http://community.mybb.com/thread-143140.html
.
Now i wanted to have simple jQuery slide effect for the same ,
I tried adding the code {$post['uid']} to both the trigger as well content , but seems not working.
After many glitches i decided to ask your help.
Here is jQuery Code i am using
Help is appreciated
regards
I was asking abouit the modal box help in this topic sometime ago
http://community.mybb.com/thread-143140.html
.
Now i wanted to have simple jQuery slide effect for the same ,
I tried adding the code {$post['uid']} to both the trigger as well content , but seems not working.
After many glitches i decided to ask your help.
Here is jQuery Code i am using
$('#pbop').click(function(){$('#pbopt').toggle('slow');});
<div id="pbop_{$post['uid']}" class="buttons">Options</div>
<div id="pbopt_{$post['uid']}" style="display: none;">
{$post['userstars']}
{$post['groupimage']}
{$post['user_details']}
</div>
Help is appreciated
regards