current location:Home > Technical Articles > Web Front-end > H5 Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- html5、jquery怎样实现在回到历史页面时完全保留之前离开这个页面时的状态?
- 比如在页面A中点开了一个折叠列表(用jquery做的),并且向下拖动了一点滚动条,然后通过列表中的某个按钮跳转到了页面B,B页面中有一个goback按钮,点击一下就能跳回页面A,跳回页面A时,滚动条保持在之前离开时的状态,并且之前打开的那个折叠列表也要是保持打开的。有哪些html5 API或jquery API可以实现吗?ps:我试了jquery 中的history.back(),可以实现滚动条位
- H5 Tutorial 9579 2018-05-18 15:50:11
-
- Share webpack example tutorials
- First install webpack globally, then npm initializes a project, and locally installs webpack development tools $ npm install webpack -gnpm init (project name) $ npm install webpack-dev-server --save-dev creates the app folder in the project directory, And create the index.js file and write the following code console.log(
- H5 Tutorial 1764 2018-05-18 15:17:28
-
- Experiment on how to activate APP functions on HTML5 pages
- This article mainly introduces how to activate the APP function in HTML5 pages. Friends who need it can refer to it.
- H5 Tutorial 5465 2018-05-18 15:11:56
-
- How to use HTML5 geo-targeting feature?
- Geolocation is one of the important features of HTML5, which provides the function of determining the user's location. With this feature, applications based on location information can be developed. Today’s article will introduce to you the basic principles of HTML5 geolocation and the data accuracy of each browser.
- H5 Tutorial 11861 2018-05-18 14:26:33
-
- How to export HTML to generate word document?
- Preface: During project development, I encountered the need to export the content of the HTML page into a word document, so I came up with this essay. Of course, the project development time was a bit tight, and the first thing that came to mind was to use plug-ins, so Baidu took a look. Here are two methods for exporting word documents. Method 1: Export word through jquery.wordexport.js Note: Compatible with IE9 and above. I briefly browsed the code of the jquery.wordexport.js plug-in and learned that text and images can be exported through this plug-in.
- H5 Tutorial 23857 2018-05-18 13:41:05
-
- How to use HTML5 to achieve the effect of waiting for loading animation
- This article introduces you to the perfect solution for HTML5 waiting for loading animation effect through example code. Interested friends can refer to it.
- H5 Tutorial 4659 2018-05-18 11:45:39
-
- HTML5 development example-3D panorama (ThreeJs panorama Demo) detailed explanation (picture)
- Preface In the current panoramic H5 environment on the market, there are many ways to achieve panorama. You can use css3 to build it directly or use a library based on threeJs to achieve it. There are also many other panoramic making software. This tutorial is suitable for future generations. If an engineering lion who has developed 3D panorama feels that the content is too boring...
- H5 Tutorial 37148 2018-05-18 10:29:05
-
- HTML5 Canvas:绘制渐变色
- HTML5 Canvas渐变是一种用于填充或描边图形的颜色模式。渐变色是由不同的颜色进行过渡,而不是单一的颜色。渐变按照类型来分分为线性渐变和径向渐变。来看几个canvas渐变色的例子 ...,。
- H5 Tutorial 17462 2018-05-18 09:11:25
-
- Implementation method of face recognition live authentication based on HTML5
- In recent years, facial recognition technology has been used in many applications in the field of identity authentication, such as Alipay, China Merchants Bank withdrawals, pension collection, etc. However, in terms of preventing counterfeiting and authentication security, it is still a relatively There are issues that need to be further solved, especially in terms of live authentication technology on the mobile side. This article introduces the clmtrackr.js detection tool that can be used in the HTML5 environment, combined with the face model,
- H5 Tutorial 13123 2018-05-17 15:28:35
-
- Detailed explanation of the pitfalls encountered in HTML5 recording
- This article mainly introduces the pitfall journey of explaining HTML5 recording in detail. The editor thinks it is quite good, so I will share it with you now and give it as a reference. Let’s follow the editor to take a look, I hope it can help everyone.
- H5 Tutorial 8824 2018-05-17 14:25:33
-
- HTML5+Canvas calls the camera function of the mobile phone to implement the image upload function (detailed picture and text in the first part)
- This article mainly introduces HTML5+Canvas and jquery technology in detail, and calls the mobile phone camera function to upload pictures. It has certain reference value. Interested friends can refer to it.
- H5 Tutorial 9641 2018-05-17 13:54:44
-
- JS Daily Question - A small demo using JS to achieve seamless switching of images up, down, left, and right through keyboard arrow keys
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>Document</title><style type="text/css">.wrap { margin: 150px auto; position: relative; widt
- H5 Tutorial 3793 2018-05-17 13:46:08
-
- H5 live broadcast page technology selection of Inke and Huajiao
- I don’t know what Zanthoxylum bungeanum is used for. All things considered, if you don’t use flash, just use h5, which is mainly used by major browsers. I have researched videojs-contrib-hls before, but I don’t know if there are other technologies.
- H5 Tutorial 2669 2018-05-17 11:39:36
-
- Code example for making a photo album with H5 and CSS3
- It feels pretty good to create a photo album effect using pure CSS3. I would like to share it with you. The most important thing is that it does not use a single line of js. This is the highlight.
- H5 Tutorial 7560 2018-05-17 10:59:21
-
- 微信中打开网页,下拉会显示网页由XXX提供,但是有些网页却没有,不同平台不同手机也不一样,这是什么原因?
- 在iOS的手机中下拉大部分会显示网页由XXX提供,有些就不响应下拉。在Nexus5永远都不响应下拉。在HTC中却响应下拉。PS:还有iOS的手机会相应上拉,但是Android基本没有,这些是由什么原因造成的?如何避免响应这些事件?PSS:以上背景均为微信中打开一个网页。
- H5 Tutorial 8971 2018-05-16 15:48:30