google-code-export / nyromodal

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

nyroModal autoload does'nt work in sharepoint #556

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
H use nyroModal on my own sharepoint portal, every thing is ok when i click on 
a link and Modal Image will be loaded with no error.
I load this plugin in masterpage.
But when i use :
$("#logo").nyroModalManual();

it throw an error "object doesn't support this propery or method"

or even :
$("#logo").click();
doesn't work .

and $.nyroModalManual({ url: 'something'}); also doesn't work.

I check this script in single html and it's worked but it doesn't work in 
sharepoint .

my nyroModal Version is 1.6.2 and jQuery is 1.4.4

thank you

Original issue reported on code.google.com by aria...@gmail.com on 12 Dec 2010 at 8:39

GoogleCodeExporter commented 9 years ago
this problem solved . thank you
but 
$.nyroModalManual({ url: 'something'});
is not working yet

Original comment by aria...@gmail.com on 12 Dec 2010 at 12:29