Ankit Agrawal

{ // module_execution
[code lang=”html”] <div class="demoItem"></div> <style> .demoItem { background: linear-gradient(90deg, #1E7DDB 50%, #2c7055 50%);; height:400px; } </style> [/code]
STACK: [CSS] [HTML]
DATE: [August 31, 2016]
{ // module_execution
[code lang=”php”] function convertTime($sec) { $dta = new \DateTime(‘@0’); $dtb = new \DateTime("@$sec"); return $dta->diff($dtb)->format(‘%a days, %h hours, %i minutes ...
STACK: [PHP]
DATE: [August 30, 2016]
{ // module_execution
[code lang=”php”] $(function () { var isChrome = !!window.chrome && !!window.chrome.webstore; //use to resolve browser compatibilty issue. var functionname="mousewheel.focal"; if(!isChrome) ...
STACK: [GENERAL] [JAVASCRIPT] [JQUERY]
DATE: [August 30, 2016]
{ // module_execution
[code lang=”php”] function disable_f5(e) { if ((e.which || e.keyCode) == 116) { e.preventDefault(); } } $(document).ready(function(){ $(document).bind("keydown", disable_f5); }); [/code]
STACK: [JAVASCRIPT]
DATE: [August 9, 2016]
{ // module_execution
[code] <a href="mailto:info@codeexecute.com" onclick="return confirm(‘do you want to continue’);">Click Me</a> or <a href="mailto:info@codeexecute.com">Click Me</a> <script> jQuery(document).ready(function(){ jQuery(‘a[href^="mailto"]’).click(function(){ return confirm(‘do you ...
STACK: [HTML] [JAVASCRIPT]
DATE: [August 1, 2016]

Add this website to your home screen?