Open
Conversation
lession12/baitap/bai1/index.html
Outdated
| <button type="" id="bntAll">check All</button> | ||
| <button type="" id="bntReset">Uncheck All</button> | ||
| </body> | ||
| </html> No newline at end of file |
Collaborator
There was a problem hiding this comment.
Enter xuống thêm 1 dòng đen nữa.
Owner
Author
There was a problem hiding this comment.
anh ơi ! sao em sửa rồi up code lên rồi mà vẫn còn comt ạ
lession12/baitap/bai1/js/process.js
Outdated
| $("#bntReset").click(function(){ | ||
| check_arr(false); | ||
| }); | ||
| }); No newline at end of file |
Collaborator
There was a problem hiding this comment.
Enter thêm 1 dòng nữa
lession12/baitap/bai2/index.html
Outdated
| </p> | ||
| </form> | ||
| </body> | ||
| </html> No newline at end of file |
Collaborator
There was a problem hiding this comment.
enter thêm 1 dòng trắng bên dưới
lession12/baitap/bai2/js/process.js
Outdated
| $('#text').css('font-size', incert*1.25); | ||
| return false; | ||
| }); | ||
| // $('#btnbig').click(function(){ |
Collaborator
There was a problem hiding this comment.
đoạn code này không dùng thì xoá đi nhé
lession12/baitap/bai2/js/process.js
Outdated
| $('#text').css('font-size',$original); | ||
| return false; | ||
| }); | ||
| }); No newline at end of file |
Collaborator
There was a problem hiding this comment.
enter thêm 1 dòng trắng
lession12/baitap/bai3/index.html
Outdated
| <div class="content"> | ||
| <div style=""> | ||
| <p> The optional speed parameter can take the following values: "slow", "fast", milliseconds. | ||
| The optional callback parameter is a function to be executed after the sliding completes. </p> |
Collaborator
There was a problem hiding this comment.
sao lại enter 1 dòng trong thẻ
nêú là 2 đoạn văn khác biệt. làm chia thành 2. thay vì enter trong thẻ
lession12/baitap/bai3/index.html
Outdated
| </div> | ||
| </div> | ||
| </body> | ||
| </html> No newline at end of file |
Collaborator
There was a problem hiding this comment.
enter thêm 1 dòng trắng
lession12/baitap/bai3/js/process.js
Outdated
| @@ -0,0 +1,20 @@ | |||
| $(function(){ | |||
|
|
|||
lession12/baitap/bai3/js/process.js
Outdated
| $divFirstActive = $('.content div').eq($indexActive).show(); | ||
| } | ||
| show_div(); | ||
| // alert($indexActive); |
lession12/baitap/bai3/js/process.js
Outdated
| $index = $(this).index(); | ||
| show_div(); | ||
| }); | ||
| }); No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.