我有一个多阶段表单,可以为我的移动网站发布添加内容。其中一个步骤包括输入管道URL的输入类型text
。
我的问题不是复制粘贴你的管网址。我想创建一个按钮并添加一个处理程序,它将带我到youtube.com并选择一个URL
是否可以使用JQuery
正如你可以在小提琴中看到的那样。我想在点击此按钮时从youtube添加网址 的 HTML
<div data-role="page" id="page1">
<div role="main nopad " class="ui-content" style="padding-left: 0 !important;padding-right: 0 !important;padding-top: 0 !important; ">
<p>I want this button to take me to Youtube.com and i could add url from there </p>
<div class="ui-btn ui-icon-camera ">CLick to add URL</div>
<p>View internal page called <a href="#foo1">bar</a>
</p>
</div>
</div>