Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8fe2bda

Browse files
js block tooltip added.
1 parent 60ccdbb commit 8fe2bda

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ <h3>html code</h3>
8181
<a href="javascript:;" class="btn-absolute btn-outline html-copy">Copy</a>
8282
<div class="code-section">
8383
<pre id="html-code">
84-
&lt;form action="#" method="post" id="demo1-form"&gt;<br/>
85-
&lt;label for="my-profile-file-selector"&gt;<br/>
86-
&lt;input id="my-profile-file-selector" type="file"&gt;Upload<br/>
87-
&lt;/label&gt;<br/>
88-
&lt;span class='' id="upload-profile-file-info"&gt;&lt;/span&gt;<br/>
89-
&lt;h4 id="upload-profile-error" class="text-danger"&gt;&lt;/h4&gt;<br/>
90-
&lt;img id="upload-profile-image" src="" class="img-responsive" alt=""&gt;<br/>
91-
&lt;button class="btn" id="remove-profile-btn"&gt;Remove&lt;/button&gt;<br/>
84+
&lt;form action="#" method="post" id="demo1-form"&gt;
85+
&lt;label class="btn profile" for="my-profile-file-selector"&gt;
86+
&lt;input id="my-profile-file-selector" type="file"&gt;Upload
87+
&lt;/label&gt;
88+
&lt;span class='' id="upload-profile-file-info"&gt;&lt;/span&gt;
89+
&lt;h4 id="upload-profile-error" class="text-danger"&gt;&lt;/h4&gt;
90+
&lt;img id="upload-profile-image" src="" class="img-responsive" alt=""&gt;
91+
&lt;button class="btn" id="remove-profile-btn"&gt;Remove&lt;/button&gt;
9292
&lt;/form&gt;
9393
</pre>
9494
</div>
@@ -98,7 +98,7 @@ <h3>css code</h3>
9898
</div>
9999
<a href="#" class="btn-absolute btn-outline css-copy">Copy</a>
100100
<div class="code-section css-code">
101-
<pre>
101+
<preid="css-code">
102102
.btn{
103103
padding: 8px 34px;
104104
background-color: #9c27b0; color: #fff;
@@ -123,9 +123,9 @@ <h3>css code</h3>
123123
<div class="block-heading">
124124
<h3>JavaScript code</h3>
125125
</div>
126-
<a href="#" class="btn-absolute btn-outline">Copy</a>
126+
<a href="#" class="btn-absolute btn-outline js-copy">Copy</a>
127127
<div class="code-section js-code">
128-
<pre>
128+
<preid="js-code">
129129
$(function(){
130130
// Initialization code
131131
$('body').on("change", "#my-profile-file-selector", function(){

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /