//editable cookies enable $(function(){ var liveEdit = document.getElementById('live-edit'); $(liveEdit).blur(function(){ localStorage.setItem('liveEditData', this.innerHTML); }); //when the page loads if ( localStorage.getItem('liveEditData')){ liveEdit.innerHTML = localStorage.getItem('liveEditData'); } }); //end function of contenteditable $(function(){ var editUser = document.getElementById('edit-user'); $(editUser).blur(function(){ localStorage.setItem('editUserData', this.innerHTML); }); //when the page loads if ( localStorage.getItem('editUserData')){ editUser.innerHTML = localStorage.getItem('editUserData'); } }); //end function of contenteditable
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Thursday, 25 October 2018
JS : Contenteditable Save data at local
Tembus Gmail dengan TXT record
Type: TXT Name: @ / domainname.com Loadtime : 14400 Value: v=spf1 a mx ip4:SERVER_IP include:netkl.org ~all
-
Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...
-
function member_only_shortcode($atts, $content = null) { if (is_user_logged_in() && !is_null($content) && !is_feed()) { ...