All Projects → Geek-James → Blog

Geek-James / Blog

Licence: mit
✍️大前端进阶Blog

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Blog

Crown
Based on SpringBoot2, Crown builds a rapidly developed web application scaffolding.
Stars: ✭ 161 (-7.47%)
Mutual labels:  jquery
Stickyfloat
This plugin makes it possible to have a fixed position element that is relative to it’s parent. A normal fixed positioned element would be “out of context” and is very difficult to use in the most common situations with fluid designs. This plugin solves that problem with as little code as I could possible get it so it will run in the most optimized way, while also allow you to customize it in many important ways which might suit you best.
Stars: ✭ 166 (-4.6%)
Mutual labels:  jquery
Jquery
jQuery源码解析
Stars: ✭ 2,033 (+1068.39%)
Mutual labels:  jquery
Www Rpcs3
This is a responsive website designed to house and promote the progress of RPCS3, an open-source PlayStation 3 emulator and debugger written in C++. This repository is regularly updated.
Stars: ✭ 164 (-5.75%)
Mutual labels:  jquery
Restdemo
RESTful Web Service Demos with Jersey ,Hibernate,Mysql,SQLserver,jQuery,AangularJS,Boostrap. (REST 案例大全)
Stars: ✭ 166 (-4.6%)
Mutual labels:  jquery
Sticky Sidebar
😎 Pure JavaScript tool for making smart and high performance sticky sidebar.
Stars: ✭ 2,057 (+1082.18%)
Mutual labels:  jquery
Mark.js
JavaScript keyword highlighting. Mark text with with options that fit every application. Also available as jQuery plugin.
Stars: ✭ 2,004 (+1051.72%)
Mutual labels:  jquery
Jquery Xpath
jQuery XPath plugin (with full XPath 2.0 language support)
Stars: ✭ 173 (-0.57%)
Mutual labels:  jquery
Jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,027 (+1064.94%)
Mutual labels:  jquery
Featherlight
Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via config object and offers image, ajax and iframe support out of the box. Featherlights small footprint weights about 4kB – in total.
Stars: ✭ 2,037 (+1070.69%)
Mutual labels:  jquery
Ax5ui Kernel
Javascript UI Framework - AX5UI - Kernel Module
Stars: ✭ 164 (-5.75%)
Mutual labels:  jquery
Portfolio Generator
HoxNox - Portfolios Made Easy, Generate portfolios in 3 easy steps
Stars: ✭ 166 (-4.6%)
Mutual labels:  jquery
Unnamed Project
教程&模块化/规范化/工程化/优化&工具/调试&值得关注的博客/Git&面试资源汇总
Stars: ✭ 168 (-3.45%)
Mutual labels:  jquery
Cms
Modular CMS powered by CakePHP
Stars: ✭ 163 (-6.32%)
Mutual labels:  jquery
Django blog
A blog application made with Django and bootstrap
Stars: ✭ 172 (-1.15%)
Mutual labels:  jquery
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-8.62%)
Mutual labels:  jquery
Pyquery
A jquery-like library for python
Stars: ✭ 2,058 (+1082.76%)
Mutual labels:  jquery
Jcarousel
Riding carousels with jQuery.
Stars: ✭ 2,031 (+1067.24%)
Mutual labels:  jquery
J2team Community
Join our group to see more
Stars: ✭ 172 (-1.15%)
Mutual labels:  jquery
Fancygrid
FancyGrid - JavaScript grid library with charts integration and server communication.
Stars: ✭ 169 (-2.87%)
Mutual labels:  jquery

全栈前端进阶笔记

✍️记录个人成长🍀分享学习笔记😊
主要分享jQuery源码剖析系列、JavaScript彻底搞懂系列、JavaScript Dom操作、ES6详解系列、javaScript设计模式系列、数据结构与算法系列、Vue、Node.js等等,分享内容会附加优质的学习博客连接以供全面参考学习。
如果我的分享对你有所启发,欢迎 点⭐️star,对作者也是一种鼓励💪

个人专栏

CSDN博客

掘金

我的开源项目

Vue全家桶搭建大型电商项目

扫码回复:学习 领资料

JavaScript必会框架系列

JQuery 源码剖析

为什么要写源码剖析?

提到jQuery,相信很多前端工程师都知道,这个已经🔥了十来年的框架,为前端开发提供便利性的同时也解决了各种各样的浏览器兼容性问题,一个框架为什么这么🔥其中的原因不言而喻,但能否以一种第三人称的方式,站在作者的角度来来思考设计,这估计是很多人不愿意去做的事,那么从现在开始,以第三人称的方式来剖析源码,自问自答的方式,读懂作者的意图,体会大牛的编程思想,学以致用,相信你耐心认真的仔细阅读完本专题,一定会有意外的编码思想和编码格局的提升。

Vue基础

Vue甜小白系列专栏

JavaScript 彻底搞懂系列目录

1.彻底搞懂-JS数据类型及数据类型转换

2.彻底搞懂-JS中的this 指向问题

3.彻底搞懂-join()和split()方法的区别

4.彻底搞懂-构造函数和原型对象

5.彻底搞懂-call apply bind 小结

6.彻底搞懂-instance和typeOf

7.彻底搞懂-JavaScript 闭包

JavaScript 常用内置函数方法归类

1.数组常用方法归类

1.1 Array.reduce() 方法详解及使用场景

JavaScript Dom操作系列目录

1.JavaScript常用的Dom操作

2.JS事件响应处理操作

ES6 系列

⭐️ ES6 知识总结 思维导图 点我下载

ES6系列40道基础题

1.ES6详解 - 基础扫盲大集结

2.ES6详解-迭代器for of

3.ES6详解-Map Set Symbol

4.ES6详解-模拟Set实现

5.ES6详解-Proxy

6.ES6详解-Generator

7.ES6详解-Promise 源码分析

算法题系列

前端开发到底学不学算法

JavaScript 进阶必知必会

1.JavaScript 进阶必会问题

2.面试技巧

3.进大厂必会这20道JS原理题

4.JS的宏任务和微任务

Vue 经典问题

1.写 React / Vue 项目时为什么要在列表组件中写 key,其作用是什么?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].