تبليغ
سؤال
I want to disable my submit button if all three validation rules below fails otherwise disable false. Any help <script> const form = document.getElementById('signup-form'); let name = document.getElementById('name'); let email = document.getElementById('email'); let password = document.getElementById('password'); ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
I'm trying to make these boxes horizontally centered on the screen no matter what the area of the viewport is, but I just can't seem to do it. If anyone could help with this, I would appreciate it. ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
How to target the last 3 lists together? I have tried using child selectors, but it allows us to target only one element simultaneously.

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

تبليغ
‎إلغاء

تبليغ
سؤال
i've been trying to create a function that opens a confirmation box whenever the user tries to change the value of the editable fields but i am getting some issues with the method that i used, for exemple; i used ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
On HTML file, I usually press "!" and then the Emmet suggestion will appear for me to choose but after I updated VsCode 1.69, it doesn't show up anymore 1. This issue also appear when I try to use ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
html code: <div id="1" class="grid-item"> <input type="text" size=1px value=""></div> After entering the value in input section,i want to access the contents what i have enetered. can anyone please help me in this question.

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

تبليغ
‎إلغاء

تبليغ
سؤال
Here is a video of the issue. And not sure why this problem is occurring when I decrease the height in responsive design mode. Beginner web developer, any help appreciated. .main-navigation { position: absolute; height: 100%; top: ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
I'm haveing problems with thymeleaf in Java project because it doesn't see any objects I'm adding to my models. Here's my GET mapping: @GetMapping(USER_PATH) public ModelAndView getUserOffersView(){ ModelAndView model = new ModelAndView("/panel/user/offer-list"); List<Firearm> firearmList = firearmService.findAllByUserId(userService.findLogged().get().getUserId()); ...

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

تبليغ
‎إلغاء

تبليغ
سؤال
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CRUD Application</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="/crud_app/asset/css/style.css"> </head> <body> ...

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

تبليغ
‎إلغاء