Welcome Guest, Not a member yet? Register   Sign In
Jquery UI modal show not working
#3

This isn't a CodeIgniter related question, i.m.o.
It's about Javascript and/or jQuery UI.

A few steps you need to check:
Do you load jQuery and jQuery UI correctly?
Do you have a $(document).ready() section to handle jQuery events?

If you replace
Code:
$("#emplinfo_div").modal('show');

by
Code:
alert("You clicked the link to open a popup!");

Does that work?
Reply


Messages In This Thread
Jquery UI modal show not working - by vijaynair - 01-10-2019, 01:22 PM
RE: Jquery UI modal show not working - by Wouter60 - 01-10-2019, 11:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB