views:

115

answers:

1

I'm using MooTools Tooltip by Constantin Boiangiu as a form popup. It displays fine but when I try to read the values to do a ajax call using Request, it sends blank.

After debugging using Firefox I noticed that any control inside the Tooltip popup shows the values which were in html. Any user input isn't reflected when they are read using Javascript. Any control on the page outside of the popup read correct values. Can't seem to figure it out why its doing that.

Should I use another plugin to do the popup? Open for suggestion. If it can be fixed then it'll be great since its "almost" working.

+1  A: 

Could you post a link to the page where the problem can be noticed or some code to demonstrate the issue?

MasterAM