
Search In
one() method:
One() method is used to attach events to selected elements and also used to specify a function when the event occurs. It is similar to on() and bind() method but the events attached using one() method executes only once for each elemen
Trigger() method:
It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default behavi
queue() Method:
Queue method is used to display the queue of functions waiting to be get executed on selected html element. In a queue there can be one or more functions waiting to execute on selected html element. We can also manipulate the queue o
Hiding/Showing div on checking radio:
We can easily hide or display a div by checking the radiobox options using jQuery. We can do this by checking radio options attribute and according to attribute we can hide or show a div.
Example:
<!DOCTYP
What is typography?
Typography is the visual representation of the written word, It's an art to make type visually legible through arranging the letters and making it visually appealing.
Typography is the most commonly used terms when it comes
Big Data Analytics came into picture at the commencement of 21st century. According to IBM, “we generate 2.5 quintillion bytes of data per day, so much that 90 percent of the data in the present world has been created in the last 24 months. The
For the release of their August issue, centered on ‘America’s Women Billionaires’, Forbes featured reality television’s protégé, Kylie Jenner, on its cover. At 20 years old, Jenner is the youngest woman to appear
Coca-Cola, Pampers, Louis Vuitton, Mercedes: what do they all have in common? They are brands and they are so successful! They are easily recognized, remembered and even revered by consumers. Sure marketing had a lot to do with it. But it a
What do you do if you have to add some cool animation effects to your website? Unless the answer is use jQuery, you are taking the long road home. This very powerful JavaScript library can change the way you look at website design and the way your we
This blog provide you simple Pull to refresh functionality with SwipeRefreshLayout.
First of all create new project.
Open xml layout file and create ListView/ScrollView/Gridview.
Wrap ListView/ScrollView/Gridview with "android.support.v4.widget.
