Advertisement
Guest User

index.html

a guest
Sep 14th, 2012
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.64 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link href="css/jquery-ui.css" media="screen" rel="stylesheet" type="text/css">
  5. <link href="css/style.css" media="screen" rel="stylesheet" type="text/css">
  6. <script src="js/jquery.min.js" type="text/javascript"></script>
  7. <script src="js/jquery-ui.min.js" type="text/javascript"></script>
  8. <script src="js/jquery.tinysort.min.js" type="text/javascript"></script>
  9. <script src="js/filter.js" type="text/javascript"></script>
  10. <script src="filterjs2.js" type="text/javascript"></script>
  11. </head>
  12. <body>
  13.  
  14.  
  15. <ul id="category_list">
  16.  
  17. <li>
  18. <input id="category_all" value="all" type="checkbox">
  19. <span >ALL</span>
  20. </li>
  21.  
  22.  
  23. <li>
  24. <input id="4" value="4" type="checkbox">Beauty</li>   // 4 and 1 here used for id are the category id in the json data..
  25. <li>
  26. <input id="1" value="1" type="checkbox">pottery</li>
  27. </ul>
  28.  
  29. <div id="middle">
  30. <div id="event_listing">  </div>
  31. </div>
  32.  
  33. <script>
  34.  
  35. var events =
  36. [{"event_detail":{"id":"29","name":"Madhubani paintings","description":"Here we present the lost art of Mithila paintings made out of nature. Beautiful adorable and excellent they are a bliss to have. Here we present the lost art of Mithila paintings made out of nature. Beautiful adorable and excellent they are a bliss to have.Here we present the lost art of Mithila paintings made out of nature. Beautiful adorable and excellent they are a bliss to have.Here we present the lost art of Mithila paintings made out of nature. Beautiful adorable and excellent they are a bliss to have.","date_start":"2012-09-04","date_end":"2012-09-22","time_start":"8:00 am","category":"Beauty","category_id":"4","artist":"Kumar raghuvamshi","url":"http:\/\/www.paintings.com\/event","poster":"upload\/696789093\/1346611312","city":"Bangalore","state":"Karnataka"}},{"event_detail":{"id":"41","name":"Pottery workshop","description":"pottery","date_start":"2012-09-18","date_end":"2012-09-27","time_start":"","category":"Pottery","category_id":"1","artist":"","url":"","poster":"upload\/696789093\/1347472885linux kernel.png","city":"PATNA","state":"Bihar"}},{"event_detail":{"id":"42","name":"World through my eyes","description":"Pics","date_start":"2012-09-04","date_end":"2012-09-19","time_start":"","category":"Photography","category_id":"2","artist":"","url":"","poster":"upload\/696789093\/1347474417linux kernel.png","city":"mihi","state":"Bihar"}},{"event_detail":{"id":"43","name":"ajanta","description":"kfldkfsdlkfld","date_start":"2012-09-19","date_end":"2012-09-30","time_start":"","category":"Sculptures","category_id":"3","artist":"","url":"","poster":"upload\/696789093\/1347474446","city":"nvdknlkdmfsakm","state":"mdvmdvlksdmvlsdv"}}]
  37.  
  38. </script>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement