how to dynamically change bootstrap modal data-target click
问题 I have a website calendar which acts similar to a reservation request. I had this working in Bootstrap 2x but have converted the app to 3.0. Everything seems to be working, but I am trying to figure out how to dynamically change the data-target. If a date is available, a day in the calendar may look like this: <div id="20140226" data-id="20140226" class="NotRequested calDay" data-target="#modalDialog1" data-toggle="modal">26</div> I have a show event that pulls the id of the day div and sets