Questions tagged [web-frontend]

A refinement of the more generic frontend tag. In a web application this usually means HTML, CSS and JavaScript

Related: frontend, css, html, javascript

1441 questions
-3
votes
1 answer

html table table pagination without jquery

I'm new to the front-end and I'm currently training in a project HTML - CSS - javascript , I'm having an issue with Table HTML element, I created a table A header Another header First row Second row and the header of the table is…
Mickeyy
  • 1
  • 2
-3
votes
1 answer

Where can I find documentation for MUI4?

We are maintaining code that was written in MUI4 and hence React 16, with no option of upgrading to MUI5 at the moment. Does anyone know where we could find documentation for the MUI4 library?
Steve
  • 95
  • 12
-3
votes
2 answers

What's the best color scheme for an Order Form Page?

I'm creating a random order form and just wanted to know which colors I should use and for which elements. Fore example, I'm using rgb(11, 11, 93) for background and white for font color. But I need help with choosing the colors for other elements…
-3
votes
2 answers

Lightbox for website image viewing with navigation in two dimensions

First axis for navigating photo sets (i.e. up/down) Other axis for navigating photos within sets (i.e. left/right) Does someone know a readymade solution for this? (For Wordpress?) Use cases: Presentation of screenshots series with a two…
porg
  • 1,079
  • 1
  • 11
  • 17
-3
votes
1 answer

I'm building an E-commerce website, in this process, I'm facing a problem that how to send users input data from javascript to the backend

I'm building an E-commerce website, in this process, I'm facing a problem that how to send users input data from javascript to the backend. For the backend, I'm using node.js (express). if I get the solution for this problem, then I can store the…
Shyam
  • 17
  • 1
  • 4
-3
votes
1 answer

How to increase the count (only if name exists in same layer) based on number of occurrence in javascript object?

Suppose if i have an input data like: [ { name: 'rohan', subName: [ { name: 'rohan_abc', subName: [ { name: 'rohan_abc_abc', subName: [] }] }, …
-3
votes
1 answer

how to merge similar key values in same keys in javascript

var array = [{ "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "R" }, { "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "E" }, { "ADJUSTMENT_TYPE": "AP0001", "REV_TYPE": "N" }]; I want it to be like this [{ "ADJUSTMENT_TYPE": "AP0001", …
Mohan Raj
  • 11
  • 5
-3
votes
1 answer

can't access property from object

class EventEdit extends Component { constructor(props) { super(props); const { skillsets, events } = this.props; this.state = { skillsets : skillsets, events : events } } componentWillMount(){ …
-3
votes
1 answer

Sort unknown amount of objects by date in Javascript

So I am having this problem where I need to display data receiving as JSON which shows events. I would like to sort the events by time since people can book the event before the booked event if space is free. And my other problem is that the number…
DavidB
  • 51
  • 1
  • 11
-3
votes
1 answer

To use React, should I use nodejs (express)?

I plan to build Web application for which the structure is: My questions are: Is that correct structure in the commercial? I plan that FrameWork of Frontend is express(nodejs) at first, but I try to change to django or flask because nodejs is my…
Maibi
  • 45
  • 1
  • 7
-3
votes
1 answer

How to organize frontend on Django?

How to build ordinary frontend structure using Django (Python 3)? What should I do to place, for example, gulp, Bower, SASS, React.js here?
-3
votes
1 answer

How to get this div text or this DOM's value?

I want to get text in
or value of DOM property, the value is 保卫科, but I alway get undefined or JS error. I am new to JS. I am trying some ways to get the text of a div, but I have failed. I need help. This HTML snippet is an org chart, and I…
D.g
  • 1
  • 2
-3
votes
1 answer

Keep text aligned vertically on a Checkbox Input

I want to keep my text aligned vertically on a checkbox input, but when larger labels are added the text will drop a line, ending up below the checkbox. See screenshot: http://prntscr.com/hb7ow2 Is there any way to keep the text aligned as shown in…
-3
votes
1 answer

What do I need to know before applying for a junior developer position?

I'm looking for advice on where to go from here... So some background, I've been teaching mathematics for 7 years and have a masters in math education, and I've been studying a fair amount of web development in hopes of transitioning to a career in…
-3
votes
3 answers

CSS not working in Firefox

Css is not applied when I open my page in Firefox. However it does work in google chrome.Following are the details: Html:
Liliput
  • 11
  • 1
  • 4
1 2 3
95
96