|
Title: Change window position? [SOLVED] Post by: aswzen on February 25, 2016, 12:04:52 AM How to change window position on first load or by the dynamic way?
already tried with bottom and right css but have no good results see this fiddle: http://jsfiddle.net/22jL2hgt/ thank you in advance Title: Re: Change window position? [UNSOLVED] Post by: jarry on February 25, 2016, 02:00:08 AM Please try to extend a 'moveTo' method to achieve this functionality.
Code: (function($){Call $('#win').window('moveTo', 'right bottom') to move a window to the right bottom corner. Please refer to http://jsfiddle.net/22jL2hgt/1/ Title: Re: Change window position? [UNSOLVED] Post by: aswzen on February 25, 2016, 02:19:48 AM wow amazing..thankyou jarry :D
|