Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
85 views

The app runs good both locally and in production. Three months ago I did another project using Nuxt 3 which has @vercel/analytics installed in him. Installing it using npm i @vercel/analytics worked. ...
Ilan Yashuk's user avatar
0 votes
1 answer
56 views

Am trying to uploading multiple images to firebase storage and firebase database collection using react native 'expo' but it's giving a hard time, i even tried using chatGpt but the code generated is ...
Nurmuhaxx's user avatar
1 vote
2 answers
396 views

I have created a demo project: https://stackblitz.com/edit/angular-e6pqlb?file=src%2Fcontent-host%2Fcontent-host.component.ts Please open above link and check console printed values to understand my ...
Kavar Rushikesh's user avatar
0 votes
1 answer
472 views

So I want to apply the class .testcolor to the div when testvalue is true and apply nothing when it's false. When i add the getClass method to :class it doesn't even get called but it gets called when ...
martin0300's user avatar
0 votes
2 answers
79 views

Following an old MERN Shop Brad Traversy course, and I'm trying to use URLSearchParams because of the location. Search in the course isn't updated and gives endless bugs. Practically, I just want to ...
Idan k's user avatar
  • 13
-1 votes
1 answer
190 views

I am following a nodeJS course and I have some doubts about how exactly works the flow of this NodeJS MVC application (I came from Java and JavaScript is not yet my coup of tea). I will put here the ...
AndreaNobili's user avatar
  • 43.4k
1 vote
1 answer
532 views

I'm trying to create a website with the Fresh framework, in particular I was trying to put a simple drop-down feature of a button inside a navbar, but I'm not sure where to put the code needed. I've ...
CcmU's user avatar
  • 1,184
3 votes
1 answer
786 views

I recently got this question in school about frontend javascript frameworks, "Why are other frameworks that convert code into vanilla javascript called transpilers, but Svelte is called a ...
Pulman3's user avatar
  • 37
0 votes
2 answers
858 views

I want to register vForm in index.js globally in Vue js 3 but not work, while using vuejs 2 it work like Vue.component(Form) in Vue Vue js 3 how to define once and usable in all window or component, ...
liaqat ali's user avatar
1 vote
0 answers
108 views

I have a variety of web applications (PHP, ASP.NET, Angular, and React) hosted under different sub-folders on a single sub-domain on the same server. I'm currently bundling Bootstrap CSS/JS and jQuery ...
TCF's user avatar
  • 113
1 vote
3 answers
2k views

I am very new in ReactJS and I am facing this problem: how to comment out some HTML code defined into the render() method? For example I have a component like this: import React, {Component} from '...
AndreaNobili's user avatar
  • 43.4k
0 votes
1 answer
1k views

have that problem with resetting the values of the input fields in the form. and wanted to ask if somebody knows a better and way to do that instead of just making 'useState' for every field... ...
7ur4n's user avatar
  • 1
2 votes
2 answers
694 views

while running the yarn serve I don't what to display the port no from the URL. Now, this is showing like https://example.com:8080. I want to access them from https://example.com. vue.config.js module....
Mohit Sharma's user avatar
2 votes
1 answer
19k views

I am very new in NodeJS and I have the following problem running a node application: andrea@ubuntu:~/Documents/XXX/custom-dashboard-be$ npm run dev > [email protected] dev /home/andrea/...
AndreaNobili's user avatar
  • 43.4k
0 votes
1 answer
272 views

What is Angular(+11) Mono Repo and how is it different from the other versions of Angular and should you know TypeScript for Angular (+11) mono Repo? I'm trying to find a course to learn more about ...
user avatar
2 votes
1 answer
3k views

Error : I am geeting following error while adding navbar using bootstrap. If I did not import jquery part it works but collapsing is not working but when I added jquery part it is giving following ...
Sanjay Kumar's user avatar
0 votes
1 answer
97 views

please I'm new to Vuejs and after installing Vuejs/CLI i created a new project with vue create test then i prompt me to choose between three options which are > Default ([Vue 2] babel, eslint) ...
Paulos Ab's user avatar
  • 409
0 votes
0 answers
68 views

edited 2021-01-16 Hi fellow programmers! I have a problem with my vue-wheater-app. I want to be able to add quotemachine code to my london.vue code. But I do not know how to do that in a good way. The ...
mqgajver's user avatar
4 votes
1 answer
14k views

I am working on an Angular application using PrimeNG and I am finding some difficulties with the PrimeNG FileUpload component, this one: https://primefaces.org/primeng/showcase/#/fileupload I was ...
AndreaNobili's user avatar
  • 43.4k
0 votes
0 answers
109 views

I'm trying to write a Chrome extension that makes the process of uploading to various social media platforms a little smoother. This requires being able to set form inputs such as the Title and ...
Ben Jackson's user avatar
-3 votes
1 answer
472 views

I want to rewrite my portfolio. I want my website to load faster than the current version. Also my portfolio will contain lots of images and I have used CDN for it. For my current version I used ...
Aravinth Ramesh's user avatar
0 votes
1 answer
546 views

So basically how react-router works on generating the routes from an array? I have been building this recipe app but generating routes is what got me stuck. From some reason the routes dont get ...
jendazedniik's user avatar
0 votes
0 answers
408 views

Is there a way to download React components and also have full javascript functionality? For example, a table component that still can be sorted without a network connection. Offline-first seems to ...
Lcor's user avatar
  • 1
0 votes
1 answer
95 views

I'm new to vue.js and learning on my own with the vue doc, youtube videos and such. I've been searching for a while and looking at youtube tutorials and haven't found an answer so far, hope you guys ...
Double Bang's user avatar
0 votes
2 answers
175 views

I am working on an Angular project using reactive form and introducing FormArray (beacause I have a situation where a field is dinamically created as multiple fields) I am facing the following problem....
AndreaNobili's user avatar
  • 43.4k
11 votes
2 answers
16k views

I came across this joke the other day. Someone on the internet was asking why do we need a backend, just connect the frontend to the database. It seemed funny at first, but really is it possible to ...
Gamzosh's user avatar
  • 153
5 votes
2 answers
11k views

I am working on an Angular project using PrimeNG and I am going mat trying to correctly set the style for some invalid form field. In the specific in my form I have field of this type: <input id=&...
AndreaNobili's user avatar
  • 43.4k
1 vote
1 answer
744 views

I am trying to use Javascript to get the monthly payment needed to reach a certain amount of money in a savings account given the annual interest rate, savings starting amount, final amount, and the ...
mastercool's user avatar
0 votes
1 answer
385 views

In the below code, I make a proxy ajax call to the server. When the session is active, I receive the expected json format but when the session is inactive, I receive a html file as response. Ext....
Kiran Cyrus Ken's user avatar
0 votes
1 answer
54 views

Let me begin by saying I am NOT a developer. I work in digital banking and mainly focus on SEO and Marketing. I have embedded this demo into our live site for training and I would like it to close ...
Lee Wedel's user avatar
0 votes
1 answer
2k views

I have an extjs application that sends an ajax request to the backend. The backend will send the objects which are json format if it is an active session and a html page if the session is inactive I ...
Kiran Cyrus Ken's user avatar
0 votes
1 answer
471 views

I created an attribute directive that is designed to work with HTML <input> elements. On every key press, I wish to disable the browser's default behavior and implement my own special behavior. ...
AlfaZulu's user avatar
  • 931
2 votes
0 answers
174 views

I'm using React Navigation v5 for navigation in my app. User signs up to the application and right after signing up, the user is navigated to the ExtendedRegisteration Screen. After extended ...
Ismail Farooq's user avatar
5 votes
4 answers
24k views

I'm new to using Svelte and would like to create a ordering website using Svelte. I know that I will need a database to keep track of the order, customer name, price etc. I have used MySQL before but ...
user avatar
0 votes
0 answers
93 views

I'm trying to get the POST error response in $http AngularJS, but when I watch the response variable in catch, I get the preflight OPTION response. How can I get the POST response, instead of OPTION? ...
kayatsumo's user avatar
2 votes
1 answer
3k views

In Angular, what is the difference between an export class, and a public class? "Angular imports/exports are used to make the content of one module available to be used in another module. So how is ...
user avatar
2 votes
1 answer
125 views

There is a simple form: <form> <input type="checkbox" name="checkbox"> Checkbox <input type="email" name="email"> <button>Submit</button> </form> Task ...
MaxCore's user avatar
  • 2,795
0 votes
2 answers
1k views

After reading many articles, comparing Vue.JS vs React vs Angular vs jQuery, I came across articles that say jQuery is cross-platform. Is Vue.JS, React or Angular also cross-platform? I could not ...
O Connor's user avatar
  • 4,442
0 votes
2 answers
672 views

I can't figure out why an event is required to share from child to parent (@Output), while @Input() works fine for parent to child. What if we want to share data with parent component without ...
Manish Bhatti's user avatar
0 votes
2 answers
2k views

Good day everyone. please what is React Native’s replacement of React’s e.target.innerText? I’m trying to get what a user click on from TouchableOpacity component. I’m building a React Native quiz app....
Shadow_net's user avatar
0 votes
2 answers
58 views

I am using the Electron Framework in Javascript called Xel toolkit, and I have the following syntax from main.js: document.querySelector("menu.selected").className.remove('selected') Having some Xel ...
Emraji's user avatar
  • 5
-1 votes
1 answer
426 views

For a school project I have to create a web based application for a library system where the librarian can login which takes them to a page where they can add/remove/edit books. I am in charge of the ...
user7520940's user avatar
4 votes
2 answers
6k views

So I'm making an app in vue, on page load it takes a cookie with the user's zip and performs a search using that zip, but the user is also allowed to change that zip if its wrong so I want to be able ...
jmona789's user avatar
  • 2,849
0 votes
2 answers
577 views

Gi everyone, I am very new in Angular and I am finding the following problem trying to hide a div and its content into a view. I am trying to use the NgShow directive as explained in this tutorial: ...
AndreaNobili's user avatar
  • 43.4k
1 vote
1 answer
840 views

So I have the following HTML on my Vue page <div v-for="profile in lab.profiles" v-if="edit || profile.active" class="lab-tests-row-div" @mouseover=""> <div class="clickBox" :...
jmona789's user avatar
  • 2,849
-1 votes
2 answers
4k views

Javascript frameworks are not 'Search-Engine Friendly'. Search Engines has a trouble while loading the data Dynamically and finally frameworks create the markup. This problem is resolved in React in ...
Ashfaque Rifaye's user avatar
0 votes
0 answers
575 views

I have the following problem using Angular and the PrimeNG DropDown element, this one: https://www.primefaces.org/primeng/#/dropdown Note before to start: as you can see in the previous page this ...
AndreaNobili's user avatar
  • 43.4k
1 vote
1 answer
10k views

I have the following problem trying to call an external REST HTTPS API from an Angular service: I have this Angular service: @Injectable() export class MailDetailProtocolloService { private ...
AndreaNobili's user avatar
  • 43.4k
1 vote
1 answer
404 views

I am very new in Angular and I am finding some dificulties trying to add a component and use it into a project on which I am working on. I have a parent component view that contains thE referenceS to ...
AndreaNobili's user avatar
  • 43.4k
0 votes
2 answers
2k views

I am an absolute beginner in Angular and I am finding some problem creating a component using the Angular CLI into an Angular project on which I am working on. I manually created a subfolder (into my ...
AndreaNobili's user avatar
  • 43.4k

1
2 3 4 5
21