filmov
tv
DOM Manipulation (Part 1/3) | JavaScript Bangla Tutorial

Показать описание
আজকের ক্লাসে JavaScript DOM Manipulate করার জন্য ব্যবহৃত গুরুত্বপূর্ণ ৫ টি Property নিয়ে আলোচনা করা হয়েছে। এগুলো হলোঃ
1. 6:28 InnerText: The DOM innerText Property is used to set or returns the text content of a specified node and its descendants. This property is very similar to text content property but returns the content of all elements, except for script and style elements.
2. 8:32 textContent: The textContent property sets or returns the text content of the specified node, and all its descendants. ... textContent returns the text content of all elements, while innerText returns the content of all elements, except for script and style elements.
3. 17:34 innerHTML: innerHTML is an Element property in JS that is used to get or set the HTML or XML markup contained within the element. innerHTML property can also be used to examine current HTML source of the page including any changes that have been made since the page was first loaded by the browser.
5. 37:14 value: value is a property of form field elements. Paragraphs (and other elements) have textContent and innerHTML . It is closely coupled with a corresponding value attribute on the field - in other words, if one is updated, so is the other
Related Tags: javascript tutorial, document object model, javascript dom, dom, javascript, js tutorial for beginners, js tutorial, js, javascript for beginners, es8, es7, es6, modern javascript tutorial, modern javascript, dom manipulation, javascript innerText, javascript innerHTML, javascript textContent, javascript style, javascript value, setu
------------------------------------------------------
Skype: srsetu
------------------------------------------------------
#JavaScript #BanglaTutorial #DOMManipulation
1. 6:28 InnerText: The DOM innerText Property is used to set or returns the text content of a specified node and its descendants. This property is very similar to text content property but returns the content of all elements, except for script and style elements.
2. 8:32 textContent: The textContent property sets or returns the text content of the specified node, and all its descendants. ... textContent returns the text content of all elements, while innerText returns the content of all elements, except for script and style elements.
3. 17:34 innerHTML: innerHTML is an Element property in JS that is used to get or set the HTML or XML markup contained within the element. innerHTML property can also be used to examine current HTML source of the page including any changes that have been made since the page was first loaded by the browser.
5. 37:14 value: value is a property of form field elements. Paragraphs (and other elements) have textContent and innerHTML . It is closely coupled with a corresponding value attribute on the field - in other words, if one is updated, so is the other
Related Tags: javascript tutorial, document object model, javascript dom, dom, javascript, js tutorial for beginners, js tutorial, js, javascript for beginners, es8, es7, es6, modern javascript tutorial, modern javascript, dom manipulation, javascript innerText, javascript innerHTML, javascript textContent, javascript style, javascript value, setu
------------------------------------------------------
Skype: srsetu
------------------------------------------------------
#JavaScript #BanglaTutorial #DOMManipulation
Комментарии