تبليغ
سؤال
let word1 = document.getElementById('word1'); let submit1 = document.getElementById('submit1'); function display() { alert(word1.textContent); alert(word1.innertext); alert(word1); } submit1.addEventListener('click', display, false); <div class="container"> <input id="word1" type="text" name="word1"> <input id="submit1" type="submit" name="submit" value="check"> </div> Why can't I access text from elements? I have used textContent ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I am trying to do my very first own web app with Spring, Thymeleaf and everything seemed to be going well, however after I separated my html files in "templates" folder, since that is required to use thymeleaf, my bootstrap,JS,CSS ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
check image <section class="card-body p-2"> <div class="Datatable-Responsive"> <table class="table table-striped" id="idTable"> <thead> </thead> <tbody></tbody> </table> </div> </section> $('#idTable').DataTable({ ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I would like to change the image and title of our social media post-sharing for a few web pages/blogs. Is there a way to overwrite or replace HubSpot's current auto-generated open graph tags (OG tags)? Could you please let me know ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I have two 'options' divs, first block is main divs and they are showed when page is loaded, and also I have sub divs that need to be hidden on page load, I created a function that hide them but ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I have nav elements with a hamburger menu which is hidden at desktop screen size but when I get to tablet and mobile, I want this nav elements to be hidden and the hamburger menu to show but it is ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I'm trying to build my own downloads.php template. So I built a table which should return product name, id, date, etc... however I get some undefined variable errors. Notice: Undefined variable: customer_orders on line 29 Notice: Trying to get property 'orders' of ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء