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
| function applyFaultLookup(){ | |
| //var categoryVal=$CS.getText("CATEGORY"); | |
| jQuery.ajax({ | |
| url: 'http://cag.dev.spritle.com:8084/api/IFMSInterface/GetNatureOfFault?category=Building', | |
| type: 'get', | |
| dataType: 'json', | |
| success: function (result) { | |
| let daftar = result; | |
| var html = ''; | |
| jQuery.each(daftar, function (i, data) { |
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
| Oor Sutri Puranam |
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
| https://colorlib.com/preview/theme/opium/ |
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
| http://www.michaelvillar.com/ | |
| https://github.com/michaelvillar/photoslog | |
| https://threejs.org/ | |
| https://tonejs.github.io/demos | |
| http://dynamicsjs.com/ |
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
| https://github.com/codingforentrepreneurs | |
| https://github.com/keras-team/keras | |
| https://github.com/llSourcell | |
| https://github.com/ardamavi | |
| https://github.com/deeplearningturkiye |
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
| https://www.taniarascia.com/ | |
| https://tuzi.moe/ | |
| https://github.com/MoienTajik/MoienTajik.github.io |
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
| entityMap : { | |
| '&': '&', | |
| '<': '<', | |
| '>': '>', | |
| //'"': '"', | |
| //"'": ''', | |
| //'/': '/', | |
| //'`': '`', | |
| '=': '=' | |
| }, |
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
| $('.dropdown-col-filter').click(function(e) { | |
| e.stopPropagation(); | |
| }); | |
| $(document).click(function() { | |
| $(this).find('.dropdown-content-col-filter').removeClass("show"); | |
| }); |
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
| *Amazing view of mountain lakes in Albanian Alps | |
| *Zarautz, Spain | |
| *Nepal jungle | |
| *Fjaðrárgljúfur, Iceland | |
| *Geirangerfjord, Norway | |
| *Kluane National Park and Reserve of Canada, Canada |
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
| <input type="checkbox" class="ck_filter"> | |
| $(document).ready(function() { | |
| $(document).on( 'click', '.ck_filter', function () { ... }); | |
| }); |
NewerOlder