
Search In
We can add css by jquery using css() method
To return the value of a specified css property
css("propertyname");
To set a css property
css({"propertyname":"value","propertyname":"value",...});
To set a background and the fontsize of p
$("p")
In this blog, we will learn how we can use foreach in the latest ES6 i.e. ECMAScript 2015. In ES6 the new syntax that we will use to iterate over the elements of array is “for-of”. Hence here we will learn how we can iterate through the e
The React developer salary has escalated as React JS continues to improve the way developers create web applications. React JS is a JavaScript library for building user interfaces. It has grown to be one of the most widely used JavaScript libraries b
Running a business in the digital age comes with a lot of advantages. Now more than ever we are able to connect with the world with just the click of a button. This has been a huge improvement on many businesses as they can reach new customers every
Hello Readers!
Ever wanted to make a div stretch vertically according to the browser window's height?
One solution that instantly appears into our mind is height:100%. But this doesn't work as desired. The reason being % a relative unit. So
Java!!
Concurrency Code
You have been given a simple API to buy and print postage. Write a program that submits each incoming order to the API and then prints the shipping label.
Unfortunately each call to the shipping label API is
Good Day Folks!
1. Is the following regex ok to extract top level domains and 2nd level domains ?
[^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$
How to write php code to use that regex ?
Any sample code welcome.
Hello Readers!
Bootstrap is the most amazing HTML and CSS framework by far. Also, the grid system is near to perfect.
It has columns and rows to keep our content just in place perfectly. But everything has its weak point.
Bootstrap has its own whe
I've been working on a project and I'm stuck at how to display a certain info when I found the word. For example. I want to search the balance sheet data of January 2015 and it will display the rest of the info in the file when found the exac
Building an SEO friendly Website is not a tough ask. But, we have to be a street smart player for this game of SEO web site creation. If you are already here through organic search, then this is a clear evidence that the web page has complied to all
