google-code-export / nyromodal

Automatically exported from code.google.com/p/nyromodal
1 stars 1 forks source link

Can I keep the title of the page jumped #563

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have two pages,one is default.aspx and the other is default2.aspx.
The default2.aspx jumped from default.aspx,but the title of default2.aspx is 
missed.
I kown I can set the title by this way,
   $("#"text).click(function(e){
         e.preventDefault();
         $.nyroModalManual({
         url: default2.aspx,
         modal: true,
         title:"test title"
       });
but i want to kown if i can keep  the title of default2.aspx when  jump.
Thanks!

Original issue reported on code.google.com by sll...@163.com on 7 Jan 2011 at 9:04