Skip to content

Instantly share code, notes, and snippets.

View sirusdas's full-sized avatar
😎
Think Interesting!!!

Suresh sirusdas

😎
Think Interesting!!!
View GitHub Profile
@sirusdas
sirusdas / Show-Hide Blocks in Html Automated
Last active July 30, 2016 10:03
Show-Hide Blocks in Html using Jquery and exapand when you hit + and close when you hit -
<!DOCTYPE html>
<html>
<head>
<style>
sh{
display: none;
}
.wpe-box .sh0{
float: right;
@sirusdas
sirusdas / MobileConfig.txt
Created July 21, 2016 04:06
Useful Mobile Config Check
Mobile Config:
1. Processor
2. Ram
3. Sensors(4-5)
4. Camera Quality
5. Built
6. Accessories
7. Display
8. Display Protection
9. SIM support
@sirusdas
sirusdas / 0_reuse_code.js
Created February 15, 2016 14:53
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@sirusdas
sirusdas / js-ajax-php-json-return.html
Created February 15, 2016 13:59 — forked from jonsuh/js-ajax-php-json-return.html
jQuery AJAX Call to PHP Script with JSON Return
<div class="the-return">
[HTML is replaced when successful.]
</div>