Setting value of modal dialog field

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Setting value of modal dialog field

Post by cheemingyong »

hi how do i set the value of an input field with a modal dialog and trigger the autofill event associated with it using jquery ?


Webmaster
User
Posts: 9425

Post by Webmaster »

You can use Modal's "shown.bs.modal" event:
https://getbootstrap.com/docs/3.3/javas ... als-events


Post Reply