Home JS special effects Other special effects js click text box content exchange code

js click text box content exchange code

js click text box content exchange code

A relatively simple js code is used to exchange the content of the text box by clicking on the middle switch button, and the city content is exchanged. In addition to location exchange, of course it can also be used for other purposes.

js code

<script type="text/javascript">
 function change(){
	 
	 
  var num1 = document.getElementById("num1").value;
  var num2 = document.getElementById("num2").value;
{
   document.getElementById("num2").value = num1;
   document.getElementById("num1").value = num2;
  }
 }
</script>
Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

Click the text link to pop up the confirmation box based on js Confirm_link special effects Click the text link to pop up the confirmation box based on js Confirm_link special effects

16 May 2016

Click the text link to pop up a confirmation box. Click Confirm to access the default connection. Click Cancel to close the confirmation box. One or two sentences of JS code can achieve this function. I have posted similar special effects here before, mainly using the Confirm function of JavaScript to implement the confirmation box. Interested friends can learn more

js code to clear text box content when refreshing_form effects js code to clear text box content when refreshing_form effects

16 May 2016

js code to clear text box content when refreshing

js code to capture input text box content change event_form effects js code to capture input text box content change event_form effects

16 May 2016

When the content of the input text box changes, we can use onchange or onblur to judge, but onchange occurs when the text content changes and then loses focus. Onblur occurs when the focus is lost, and it will not be judged by itself.

Use JS to manipulate input text box content Use JS to manipulate input text box content

02 May 2018

This time I will show you how to use JS to operate the content of the input text box. What are the precautions for using JS to operate the content of the input text box? The following is a practical case, let's take a look.

html text box code PHP method to convert text box content into HTML format html text box code PHP method to convert text box content into HTML format

27 Jul 2016

html text box code: html text box code PHP method of converting the content of the text box into HTML format: The example in this article describes the method of PHP converting the content of the text box into HTML format. Share it with everyone for your reference, the details are as follows: Sometimes we will use the content entered in the multi-line text box to display in html format, so that the original text format can be maintained, such as line feeds, carriage returns, etc. This can be achieved through the following function: function shtm($design_str){$str=trim($design_str); // Get the string while removing leading and trailing spaces and empty carriage returns //$str=str_replace

js implements click text box to display date picker special effects code sharing_javascript skills js implements click text box to display date picker special effects code sharing_javascript skills

16 May 2016

This article mainly introduces the JavaScript implementation of clicking on the text box to display the date picker effect, which improves work efficiency. It is recommended to everyone. Friends in need can refer to it.

Add the text input box content to the js code in the table_javascript skills Add the text input box content to the js code in the table_javascript skills

16 May 2016

Adding text content to a table is very common in practical applications. The following is a brief introduction to the specific implementation process. Interested friends can refer to the following

js text box input content intelligent prompt effect_javascript skills js text box input content intelligent prompt effect_javascript skills

16 May 2016

This article mainly introduces the intelligent prompt effect of js text box input content. It is very simple and practical. Friends in need can refer to it.

js restricts the input content of the text box code sharing (category 3)_javascript skills js restricts the input content of the text box code sharing (category 3)_javascript skills

16 May 2016

This article mainly introduces the input content codes of three types of js restricted text boxes. Friends in need can refer to it.

See all articles See all articles

Hot Tools

jQuery+Html5 realizes beautiful confession animation code

jQuery+Html5 realizes beautiful confession animation code

jQuery+Html5 implements beautiful confession animation code, the animation effect is great, a must-have for programmers to confess!

Couple's romantic confession js special effects code

Couple's romantic confession js special effects code

JS special effects code for couples' romantic confession. Such special effects can be used on wedding photography websites or placed on personal websites. It is also a good special effect. PHP Chinese website recommends downloading!

Simple js love confession artifact

Simple js love confession artifact

Simple native js love confession artifact

Bunker's html5 particle animation expressive effects

Bunker's html5 particle animation expressive effects

Bunker's html5 particle animation expression special effects code, the animated special effects text can be changed in the code, you can make a page where you can customize text input, it should be very popular, this HTML5 special effect is very beautiful.

jQuery responsive background login interface template

jQuery responsive background login interface template

jQuery responsive backend login interface template html source code. The login page uses jquery to verify the form and determine whether the username and password meet the requirements. Usually the login page is a page that must be used on corporate websites or mall websites. Responsive backend pages, When the browser zooms in or out, the background will resize the image according to the browser! PHP Chinese website recommends downloading!