What's wrong with this
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #2
RE: What's wrong with this
If I read right your code, you need to make all javascript with a unique ID, so that it will work in all posts.

I think were it says:

Code:
new PopupMenu("find");


and:

Code:
id="find"


It should be:

Code:
new PopupMenu("find{$post['pid']}");


and:

Code:
id="find{$post['pid']}"


That will make it unique for each post.


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
02-21-2012 11:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
What's wrong with this - x-Treme - 02-21-2012, 05:12 AM
RE: What's wrong with this - Sama34 - 02-21-2012 11:27 AM

 Standard Tools
Forum Jump: