Bootstrap Navbar

The navigation bar allows a user to navigate through a website and obtain the web page they desire. Bootstrap navbar is a responsive navigation bar having the functionality of collapsing and toggling according to the screen size (viewport). Navbars are responsive ‘meta’ components that serve as navigation headers for your application or site. Navbars collapse in mobile …

jQuery Dialog Box Form Example

jQuery has a collection of various user interface interactions, effects and animation in its library. Dialog Box is one of them to interact with user.
It consists of a button, some contents or message for user. It may be a draggable window which appears on screen when any event is triggered.

Form Submission Using Ajax, PHP and Javascript

Our earlier blog post already explained about form submission without page refresh, but it was done by using  ajax, PHP and jQuery.

Now you will learn same functionality using ajax, PHP and Javascript through this blog post . Just follow our post or download it to use.