morrow95

Results 29 comments of morrow95
trafficstars

So there is nothing built into markdown then... all I needed to know, thanks.

Also having some trouble with this one. I am trying to convert over from using jquery and the jquery validation plugin. I was doing something like the below before :...

Thanks, but neither of those help me. I don't want to use another dependency. jquery is what I am moving from - I am converting my site to no longer...

I guess the logic used here is what confused me and I disagree with. The last thing I expected was this setting to affect anything on the current site based...

Stackoverflow setup with basically the same information / question : [https://stackoverflow.com/questions/71190140/google-js-markerclusterer-updating-code-from-markerclusterer-plus](https://stackoverflow.com/questions/71190140/google-js-markerclusterer-updating-code-from-markerclusterer-plus).

Okay, I made some progress with this. ``` markerCluster = new markerClusterer.MarkerClusterer({ map, markers, onClusterClick }); function onClusterClick(cluster) { ... } ``` 1 - Is there no way to get...

Thinking about this some more just now. Assuming the issue is what I think... the zooming of the screen makes the plugin think the page scrolled and closes the nav......

Kind of a hack, but I was able to make my solution work and prevent the navbar from disappearing when ios zooms in on the screen after touching an input...

Here for this as well - need BS5 support.

I just noticed this as well when updating to 3.4 from 3.3.4. Even though I have 'checked' or 'unchecked' specified in the html for each input this new version doesn't...