You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for providing the example, i'll take a look at this asap! can you give me a little more context if possible? browser, os, and anything else you think is important.
Hi, I tried using data-toggle attribute along with data-remote but its not triggering inside bootstrap 5 card. Here is the sample code for reference:
let newImg = document.createElement('img');
newImg.src = 'https://i.gifer.com/33Ho.gif';
newImg.setAttribute("data-toggle","lightbox");
newImg.setAttribute("data-remote",image);
https://github.com/ShubhamAnand/infinitescroll/blob/main/index.html
The text was updated successfully, but these errors were encountered: