Sometimes you need to use links, but you don't need to link. You just need to handle the onclick event. But it is written like this <a href="#" onclick="gettext()">click</a> When you click the two words "click", the page will jump. How can I prevent the page from jumping? Method 1: <a href="###" onclick="gettext()">Click</a> Method 2: <a href="javascript::" onclick="gettext()">Click</a> Method 3: <a href="javascript:void(0);" onclick="gettext()">Click</a> |
<<: MYSQL METADATA LOCK (MDL LOCK) theory and lock type test
>>: Teach you how to use docker-maven-plugin to automate deployment
Main library binlog: # at 2420 #170809 17:16:20 s...
Table of contents Why optimize? ? Where to start?...
Table of contents Build a Docker image using Dock...
In the development environment, the vue project i...
On Linux, bash is adopted as the standard, which ...
/**************************** * System call******...
Export a single table mysqldump -u user -p dbname...
Reflections on the two viewpoints of “people-orie...
Problem Description As we all know, when writing ...
1. Databases and database instances In the study ...
Inserting Data insert into table name (column nam...
Table of contents Basic usage of Promise: 1. Crea...
Preface Transactional data dictionary and atomic ...
Friends who have some basic knowledge of SQL must...
1. How to create a user and password 1. Enter the...