Error: MVC 5 mobile modal window

0

Error Pup Up Dialog ASP.MVC 5

I am developing a modal window for my application.

I 'm doing all that is necessary for the display, but an error is generated at run-time.

I used two methods: data-role = " Dialog" and data-role = " Pupup " but both generate an error when running. the error referred to preventDefault ();

Error Description : 0x800a01b6 - JavaScript runtime error : Object does not support property or method " preventDefault " ==> this error is generated during the use of data-role = " pupup".

During the use of data-role = " Dialog", no event is generated.

jquery-mobile
asp.net-mvc-5
runtime-error
asked on Stack Overflow Jun 22, 2016 by blogger norv • edited Jun 22, 2016 by orde

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0