Khaled Huthaily

Results 4 comments of Khaled Huthaily

Please check my [pull request](https://github.com/chniter/bstreeview/pull/27). @m-peterman, the issue is not in jQuery. As @ScotsScripts and @k3kc suggested, it is because Bootstrap 5 uses `data-bs-*` instead of `data-*`. So, [this pull...

Till the [pull request](https://github.com/chniter/bstreeview/pull/27) is merged, you can do these steps to provide support for Bootstrap 4 and Bootstrap 5: 1. add ``` /** * Define Bootstrap 4 attributes */...

I am not sure if there is a way to detect Windows 11 at the server level (yet). Based on my [Microsoft](https://learn.microsoft.com/en-us/microsoft-edge/web-platform/how-to-detect-win11), we can detect Windows 11 from with JavaScript...

Thank you, @gxgpet. In addition to the changes your are proposing, I had to add `#[AllowDynamicProperties]` in `system > core > Controller.php` and `system > core > Router.php` in one...