ajiho
ajiho
I installed it in other PHP frameworks, but it may cause conflicts with some common functions in other PHP frameworks, such as vendor/Illuminate/support/helpers. php `vendor/Illuminate/support/helpers. php` Have you encountered this...
> 我同意@Piotr1215 和@FaultyFunctions 有什么进展吗?对文档进行版本控制是一项非常重要的功能。当前的解决方法是手动创建其他包含旧版本的 docsify 文件夹,然后链接到它们,这很麻烦。 在我看来,不断增长的 repo 大小是可以接受的。 请问到如今2024年,你的文档编写的方式迁移到别处了么?
@danny007in Done, we can install one less dependency.
@danny007in Conflict resolution, request merge☺️
Yes, I noticed that the description in the source code and documentation is inconsistent
see:[quicktab](https://github.com/ajiho/quicktab)
Yes, it is easy to implement
> > Yes, it is easy to implement > > Hi, > > Can you give an example? see:[quicktab](https://github.com/ajiho/quicktab)
If we abandon jquery, what should we replace the large number of on methods in jquery in the source code with native JavaScript? As far as I know, this is...
> https://stackoverflow.com/questions/29475295/javascript-equivalent-for-jquery-on-with-additional-selector This has been asked and answered multiple times because `.on()` is arguably the most powerful feature of jQuery, abstracting binds/listeners away from only existing elements while also improving...