HTML5 Session Storage API tutorial in Hindi Urdu | HTML5 Web Storage API in Hindi | vishAcademy

preview_player
Показать описание
In this HTML5 Hindi Urdu video tutorial lesson you will learn what is web storage and session storage in HTML5 in Hindi Urdu.

Learn HTML5 web storage and session storage API with minor project and know how to use session storage API in your web application,.

you will know when you should use HTML5 local storage API and when you should use cookies.

In this playlist you will learn HTML5 from basic to advance in Hindi Urdu.This playlist is specially designed for beginners in HTML5 and web design.

Watch | Learn | Like | Share and Subscribe the Chanel.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Connect with us on ...

-~-~~-~~~-~~-~-
Please watch: "Design Mobile App and Web Mockups in Your Mobile | vishAcademy"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Starting ki 8 videos puri samajh aai 9th video se coading me bahut sari new coading use ki h jo ki last 8 videos me khi discuss nhi ki gyi h isliye last ki 9th 10th or 11th video bilkul bhi samajh nhi aai. Plz anybody help me Provide other hindi videos so thaht can understand these coading also. I think vishacademy ko hi or videos bnani chahiye jinme vo sb coading cover ho jaye jo last ki 3 videos me use hui h. Because VishAcademy ka teaching method bahut achha h.

prabhuparwane
Автор

sir php pe bhi Aage bhariye aur jaise ki  aap bate the ek website banana waise hi ek web based application ka bhi course lama

RahulRaj-jboh
Автор

Jaab me Refresh kartahoon, tab mera list ka value chala jaata ye code diya hai -

<!--Style starts-->
<style>
#wrapper{
max-width: 500px;
margin: 0 auto;
border: 1px solid
padding: 30px;
}
</style>


<!--Script starts-->
<script>
$(document).on('click', 'button#additem', function(){
var item = $("#list_item").val();

if(item != ""){
$("#form")[0].reset();

var allListItems = $("ul#checklist").html();
sessionStorage.setItem("todolist", allListItems);
}else{
alert("Please write something!");
}
return false;
});

//replacing temp data with local Storage Data

var listItems =

}
//removing localStorage data
$(document).on("click", "#removeItems", function(){

});
</script>


<!--Body strats-->
<body>
<div id="wrapper">
<h2>To do list:</h2>
<form action="" id="form" method="">
<input type="text" id="list_item" placeholder="Place your text here">
<button id="additem" class="btn btn-success">Add</button>
<button id="removeItems" class="btn btn-danger">Remove</button>
</form>
<br><hr><br>
<div id="output">
<h3>List Items: </h3>
<ul id="checklist"></ul>
</div>
</div>
</body>
</html>

PLEASE HELP ME!!!

hasanjim
Автор

plz sir php continue kare session se keise kam karte hein real time(not basic) and some advance tips on core php like jquery

thenaturelovers
Автор

Hello sir,
Local storage we need wamp server or not

amanpandey
join shbcf.ru