howto

Change form target attribute value via jquery.

In a project I required to change form target attribute value via jquery against input value. I got input via…

11 years ago

CSS property word-wrap

Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with…

11 years ago

How to enable Remember me functionality in magento?

By default "Remember me" functionality is not enabled in magento. You can enable it form admin, very easily and quickly.…

11 years ago

How to register custom menus in wordpress?

You can register multiple custom menus in wordpress for your theme. These menus can be shown on different locations. There…

11 years ago

How to hide and show div content in jquery?

jQuery is javascript library. It has many plugins for opensource applications as well as for static sites. This is very…

12 years ago

How to change homepage in wordpress?

Wordpress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where…

12 years ago

How to get current page id outside loop in wordpress?

Get page id in wordpress. You can get current page id outside loop in worpress by following statements.

12 years ago

How to get last month starting ending date using php?

We can find last month starting ending date by using php functions strtotime and date. For last month last we…

12 years ago

How to set up Custom Taxonomy and Custom Posts in WordPress? (part-1)

Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…

12 years ago

How to remove button text in IE7?

Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…

12 years ago