1parkplace

Results 6 comments of 1parkplace

Neither of these methods help in my particular case. We bind the popup content to the marker when the page loads for all markers, this is due to our application...

I noticed this as well - any marker that is on the north end, even if it's not that close to the edge has a very large gap between the...

The button and the form are inside the modal-body. This plugin does not seem to be compatible with ASP.NET web form applications though. I just looked at the output of...

Yea! I was just trying that and wanted to report my findings. Changed manager = 'form' and line 366 and 367 of bootstrap-modal.js to: var $baseModal = $('').appendTo('form'), $baseBackdrop =...

ASP.NET Web form apps basically put everything inside of a element, allowing for elements in your pages to post back to the server to update information, thus, anything appended to...

I just opened a new issue on this - I think we are having a similar issue. My ASP.NET submit buttons that cause a postback are not triggering. These are...