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
| $(document).ready(function() { | |
| // Support for AJAX loaded modal window. | |
| // Focuses on first input textbox after it loads the window. | |
| $('[data-toggle="modal"]').click(function(e) { | |
| e.preventDefault(); | |
| var url = $(this).attr('href'); | |
| if (url.indexOf('#') == 0) { | |
| $(url).modal('open'); | |
| } else { |
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
| {"data_sekolah":[{"id":"26","nama":"SD Negeri 1","alamat":"Jalan Tlogomas","latitude":"-7.92914","longitude":"112.603"},{"id":"25","nama":"SMP 8","alamat":"Jalan Tlogomas","latitude":"-7.92976","longitude":"112.60307"},{"id":"24","nama":"SMA 10","alamat":"Jalan Tlogomas","latitude":"-7.93374","longitude":"112.60372"},{"id":"23","nama":"SMK TELKOM","alamat":"Jalan Tlogomas","latitude":"-7.93568","longitude":"112.60489"},{"id":"22","nama":"SMP 2","alamat":"Jalan Mayjen MT Haryono","latitude":"-7.93663","longitude":"112.60594"},{"id":"21","nama":"SMA LAB","alamat":"Jalan Mayjen MT Haryono","latitude":"-7.9374","longitude":"112.60643"},{"id":"20","nama":"SMA PERCOBAAN","alamat":"Jalan Mayjen MT Haryono","latitude":"-7.93966","longitude":"112.60762"}]} |
NewerOlder