Last active
June 8, 2022 06:32
-
-
Save celestial-labs/1d7e21149b348c8906a66803b60ee179 to your computer and use it in GitHub Desktop.
Revisions
-
celestial-labs revised this gist
Jun 8, 2022 . No changes.There are no files selected for viewing
-
celestial-labs revised this gist
Apr 15, 2022 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <div id="div1"> <div id="div2"> <div id="div3"> Some text here </div> </div> </div> <script> const div3 = document.getElementById( 'div3' ); const div2 = div3.parentNode; const div1 = div2.parentNode; </script> -
celestial-labs revised this gist
Apr 15, 2022 . 4 changed files with 4 additions and 1 deletion.There are no files selected for viewing
File renamed without changes.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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ const elems = document.getElementsByClassName( 'example') const elem = document.querySelector( 'img.class' ); const elems = document.querySelectorAll( 'img.class, #id1' ); File renamed without changes.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 charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ -
celestial-labs revised this gist
Apr 15, 2022 . No changes.There are no files selected for viewing
-
celestial-labs revised this gist
Apr 15, 2022 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1 @@ const elem = document.getElementById( 'exampleDiv' ); -
celestial-labs renamed this gist
Apr 15, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
celestial-labs revised this gist
Apr 15, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ const elems = document.getElementsByClassName( 'example') -
celestial-labs revised this gist
Apr 15, 2022 . 1 changed file with 1 addition and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1 @@ const elems = document.getElementsByTagName( 'div' ); -
celestial-labs revised this gist
Apr 15, 2022 . No changes.There are no files selected for viewing
-
celestial-labs revised this gist
Apr 15, 2022 . 3 changed files with 10 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <div id="exampleDiv">Some text here</div> <script> const elem = document.getElementById( 'exampleDiv' ); </script> 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <div id="exampleDiv1">Some text here</div> <div id="exampleDiv2">Some text here</div> <div id="exampleDiv3">Some text here</div> <script> const elems = document.getElementsByTagName( 'div' ); </script> 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ -
celestial-labs created this gist
Apr 15, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ trjhsrtjsrd