jquery loading page
สำหรับท่านใดต้องการเขียนเว็บให้มีลักษณะ page loading สามารถใช้ jquery ดังนี้ <!doctype html> <html lang=”en”> <head> <meta charset=”utf-8″> <title>load demo</title> <style> body { font-size: 12px; font-family: Arial; } </style> <script src=”https://code.jquery.com/jquery-1.10.2.js”></script>...