Latest questions in Web Development

0 votes
0 answers

PHP CodeIgniter 4 - Form Submission - error "Can't find a route for 'registrations/index'"

The route is created in appConfigRoutes.php, and ...READ MORE

Aug 6, 2022 in PHP by Kithuzzz
• 38,010 points
1,326 views
0 votes
0 answers

header location with id in php

Can a row ID be passed to ...READ MORE

Aug 6, 2022 in PHP by Kithuzzz
• 38,010 points
1,455 views
0 votes
1 answer

how to use json file in html code?

<html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"> </script> <script> ...READ MORE

Aug 8, 2022 in HTML by Vikas
6,429 views
0 votes
2 answers

Render HTML in React Native

React Native does not provide any specific ...READ MORE

Apr 1, 2023 in HTML by DSKView
• 180 points
1,208 views
0 votes
1 answer

Best Practice: Access form elements by HTML id or name attribute?

It is a good idea to use ...READ MORE

Aug 8, 2022 in HTML by Vikas
702 views
0 votes
1 answer

Is there a way to make HTML5 video fullscreen?

Although the Fullscreen API defines an API ...READ MORE

Aug 8, 2022 in HTML by Vikas
2,755 views
0 votes
0 answers

External CSS vs inline style performance difference?

According to a friend of mine, utilising ...READ MORE

Aug 5, 2022 in CSS by Edureka
• 13,620 points
501 views
0 votes
1 answer

how to use font awesome icons in HTML?

You must first write this down in the ...READ MORE

Aug 8, 2022 in HTML by Vikas
439 views
0 votes
0 answers

Curved background image in CSS

I'm trying to achieve something like in ...READ MORE

Aug 5, 2022 in CSS by Edureka
• 13,620 points
2,687 views
0 votes
0 answers

Css div responsive design

I have 2 divs inside one container ...READ MORE

Aug 5, 2022 in CSS by Edureka
• 13,620 points
1,094 views
0 votes
0 answers

css background-repeat x and y

Is it feasible to repeat x and ...READ MORE

Aug 5, 2022 in CSS by Edureka
• 13,620 points
277 views
0 votes
0 answers

Is it possible with CSS to make text's color fade between two colors?

In the following design, I want to ...READ MORE

Aug 5, 2022 in CSS by Edureka
• 13,620 points
537 views
0 votes
1 answer

Why does the WebView html in my Mac app refuse to load JQuery or any external script?

I changed https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js to http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js and now it works. If anyone ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
568 views
0 votes
1 answer

Hi everyone , I am new to jQuery and I was asked this question but I don't know how to do it

$('#msg').text('jQuery is loaded!!!'); READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
380 views
0 votes
1 answer

get Date between 2 dates in jquery with format (dddd MMMM Do, YYYY)?

This is fairly easy to achieve with ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
608 views
0 votes
1 answer

Jquery math sum method

“sum of two numbers in jquery” Code ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
5,863 views
0 votes
1 answer

html5 video with jquery and inview - how to point to the right video element?

You can make use of this. For more ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,660 views
0 votes
1 answer

jQuery .val() vs .attr("value")

There is a big difference between an objects properties and an ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
865 views
0 votes
1 answer

External API GET() request using jQuery

Replace: $.ajax({ type: "GET", url: "http://www.imdbapi.com/", cache: false, data: dataString, success: function(html){ //$("#more").after(html); alert("Success!"); } }); With $.getJSON('http://www.imdbapi.com/?' + ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,679 views
0 votes
1 answer

Detect iPad users using jQuery?

iPad Detection You should be able to detect ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
1,720 views
0 votes
1 answer

JQuery Mobile listview not formatted as mobile

Whenever a jquery element is added dynamically, ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
395 views
0 votes
1 answer
0 votes
0 answers

What is meaning of tilde(~) symbol mean in the context of this PHP documentation page?

Please explain the significance of the tilde() ...READ MORE

Aug 5, 2022 in PHP by Kithuzzz
• 38,010 points
463 views
0 votes
0 answers

Pinterest login with PHP and cURL not working

I've been trying to use cURL to ...READ MORE

Aug 5, 2022 in PHP by Kithuzzz
• 38,010 points
1,480 views
0 votes
0 answers

How to resolve ERR_CACHE_MISS with PHP after using back button?

On one of my website pages, there ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
1,361 views
0 votes
0 answers
0 votes
0 answers

How to convert Unicode font to KrutiDev in PHP

In essence, I used JavaScript to generate ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
1,040 views
0 votes
0 answers

How to install Imagick/imagemagick PHP extension on windows 7

Installing Image Magic in Windows 7: instructions ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
5,482 views
0 votes
0 answers

PHP FILTER_VALIDATE_EMAIL does not work correctly

I employ PHP 5.3.10. Here is the ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
633 views
0 votes
0 answers

What are .tpl files? PHP, web design

Someone wants me to revamp a PHP-powered ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
424 views
0 votes
0 answers

In mailto: replace subject and body adding %20 instead space in all file php using notepad++

I do have a query... Each post ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
314 views
0 votes
0 answers

Using reactJS, php and mysql is possible?

I want to learn reactJS; is it ...READ MORE

Aug 4, 2022 in PHP by Kithuzzz
• 38,010 points
265 views
0 votes
1 answer

Table with table-layout: fixed; and how to make one column wider

The table-layout CSS property specifies the algorithm ...READ MORE

Aug 8, 2022 in CSS by Tanishqa
• 1,170 points
1,848 views
0 votes
1 answer

How can I make a div stick to the top of the screen once it's been scrolled to?

To make an element sticky, use the ...READ MORE

Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
4,230 views
0 votes
1 answer

Common CSS Media Queries Break Points

We don't need to define separate CSS ...READ MORE

Aug 8, 2022 in CSS by Tanishqa
• 1,170 points
968 views
0 votes
1 answer

Is there a CSS selector for elements containing certain text?

You'd need to add a data attribute ...READ MORE

Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
378 views
0 votes
1 answer

CSS for star ratings via FontAwesome

FontAwesome has added half stars to their ...READ MORE

Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
1,427 views
0 votes
1 answer

how to use font awesome icons in HTML

First, you have to write this in ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
1,572 views
0 votes
1 answer

Full-screen responsive background image

img.bg { /* Set rules to ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
1,075 views
0 votes
1 answer

.htm or .html extension - which one is correct and what is different?

The majority of the time, the number ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
408 views
0 votes
1 answer

How to perform a real time search and filter on a HTML table

Here is the best solution for searching ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
2,638 views
0 votes
1 answer

Linking to a specific part of a web page

Make a "jump link" with the following ...READ MORE

Aug 4, 2022 in HTML by Deepak
• 980 points
339 views
0 votes
1 answer

How to set selected value of jQuery Select2?

To set selected value of jQuery Select2 ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
6,490 views
0 votes
1 answer

Unsure how to turn this jQuery code to React

You can initialize a state for navTrigger whic tell ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
845 views
0 votes
1 answer

Jquery Mobile go back button scrolls to top

I had this issue i fixed it ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
554 views
0 votes
1 answer

toaster.clear('*') does not work inside a jQuery function

The error - "TypeError: $.toast is not a ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
3,390 views
0 votes
1 answer

JQuery Difference between hide() and fadeOut() , show() and fadeIn()

Main difference between FadeIn, FadeOut vs hide, ...READ MORE

Aug 5, 2022 in Web Development by rajatha
• 7,680 points
2,066 views
0 votes
1 answer

jQuery Countdown get time until 10:00 am today or tomorrow

The following should work (console.log() was added for ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
1,411 views
0 votes
1 answer

Jquery vegas plugin image resize within <div> elements

Actually vegas plugin is meant for body ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
461 views
0 votes
1 answer

JQuery AJAX Consume SOAP Web Service

Try setting processData: false flag. This flag is true by default ...READ MORE

Aug 4, 2022 in Web Development by rajatha
• 7,680 points
1,679 views