I am trying to get a simple popup to work as a menu on a tablet/browser app. I want the popup to position to the right of the button and the tops even. When I open the popup it is not aligned correctly and when I change the top, left styles in the web inspector, the values are almost divided in half. Not sure what I am doing wrong. Here is my js script.
Thanks
- $("#popupCounterApps").popup('open',{x:236,y:56});