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
if( Object.prototype.toString.call( someVar ) === '[object Array]' ) { | |
alert( 'Array!' ); | |
} |
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
/*#region ScrollBar Styles */ | |
::-webkit-scrollbar { | |
width: 10px; | |
height: 10px; | |
} | |
::-webkit-scrollbar-track { | |
background-color: rgba(113, 112, 107, 0.2); | |
} | |
::-webkit-scrollbar-thumb:vertical { | |
background-color: rgba(0, 0, 0, 0.2); |
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
var total_items_array = [{ | |
"created_at": "Thu Jul 26 14:01:50 +0000 2012", | |
"id": 228490315407958000, | |
"id_str": "228490315407958016", | |
"text": "Лятна жега налегна и лихвите http://t.co/ce3D3HRr", | |
"source": "<a href=\"http://www.dnevnik.bg\" rel=\"nofollow\">e:Twit</a>", | |
"truncated": false, | |
"in_reply_to_status_id": null, | |
"in_reply_to_status_id_str": null, | |
"in_reply_to_user_id": null, |