Home > Web Front-end > HTML Tutorial > 请教个手机页面问题_html/css_WEB-ITnose

请教个手机页面问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:23:39
Original
784 people have browsed it




在手机上点击图1的位置,出现图2的效果。


回复讨论(解决方案)

<html><head><script type="text/javascript" src="/js/jquery.js"></script><script type="text/javascript">$(document).ready(function(){  $("button").click(function(){    $("p").slideToggle();  });});</script></head><body><p style="display:none;">这是一个段落。</p>123231111<br><button>切换</button></body></html>
Copy after login


已解决

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template