“Accordions are useful when you want to toggle between hiding and showing a large amount of content” Accordions take their name from a musical instrument, as they contain vertically or horizontally stacked panels with just their captions visible. At the time when these panels are clicked, then they get compress or stretch like their namesake, revealing …
Continue reading “5+ Best jQuery Accordion Plugins 2022 (Free and Paid)”
File Uploading is one of the most important requirement in almost every website and web applications. So keeping that in mind we have launched PHP image upload script using AJAX and jQuery and made file uploading simple, easier and user friendly for all users who work on web technologies. In this script you will get …
Continue reading “jQuery Ajax Image Upload PHP Script”
Its a clean jQuery pop up contact form that is created using PHP. In this script we have created a bunch of jQuery form. With these attention grabber forms on your website, you can collect your visitor’s email addresses. It is very simple to setup. We have used latest CSS3 animations with proper field validations …
Continue reading “jQuery Popup Contact Form Script”
Here again we have come up with a new script of jQuery together with PHP, HTML and CSS3. In this script we have created a pack of jQuery forms with applied validations in it. As soon as a user fills the form, the real time validation messages and hints will help him to submit the form successfully. …
Continue reading “JQuery, CSS3 and PHP Form Validation Script”
A contact management app is something that helps you to easily store and find the contact information, such as names, addresses and telephone numbers. It is contact-centric database that provide a fully dynamic approach to add, update, remove, print and export all user information and communication activities linked to contacts. Contact Management App key features : This …
Continue reading “PHP, jQuery, Ajax Based Advance Contact Form”
ProgressBar is a graphical presentation which shows some progress. It shows a bar representing the completing of the task. Normally the ProgresBar do not display the amount of completion in numbers. If we want, we can display it in the Text or as graphical format. In this tutorial we are going to explain how we …
Continue reading “jQuery CSS Progress Bar”
jQuery’s Ajax methods really made easy to post a data and return that data without refreshing the page. We can apply this jQuery Ajax post in CodeIgniter as well. Syntax for Ajax: $.ajax({name:value, name:value, … }) Before proceeding further we consider that you are a bit familiar with CodeIgniter PHP framework. With the help of an …
Continue reading “CodeIgniter jQuery Ajax Post Data”
In this blog post we have covered one of the topic of ajax i.e. to upload images using Ajax and php without page refresh. Short Description : In this process the image is selected first and previewed before storing it in to any location . Then using jQuery Ajax, it is send to php script on submit …
Continue reading “Ajax Image Upload using PHP and jQuery”
jQuery mobile is a framework to develop mobile friendly web applications. It contains lot of functions to make user interaction smooth and effective.
In this example, we explains how to add jQuery mobile library to your HTML page and create a simple form using it.
jQuery $.post() method can be used to request data using syntax $.post(URL, data, callback) from one page to another page.
In this jQuery form submit example we’ll be going to see, how to submit form programmatically via jQuery codes using form id, class, tag and name individually.
Form data is submitted to server by clicking on Submit button, sometimes user clicks it more than once, which results in multiple form submission to server. To avoid such anomaly, one of the best solution is to disable the submit button through jQuery. We are covering below two conditions in this tutorial to disable submit button: On …
Continue reading “Enable Disable Submit Button using jQuery”
HTML Forms contains various elements like input fields, options, textarea etc. and for further processing, we need to get value of each field using jQuery. This tutorial, Explains about, how to get input values of different HTML form elements using jQuery as follows: we have taken three form elements in our example – input field, radio button and a …
Continue reading “jQuery Get Value Of Input, Textarea and Radio Button”
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.
Pop up forms are the smart way to present your site. These forms are similar to other forms except, these forms appears abruptly on exact center of screen and requests user to take immediate action over them.
This tutorial concerns about creating a login form and validating it using jQuery. The prestored username, password are verified from database whether both exist’s or not in our database, this is done using PHP script . Here we have created a simple HTML form with two fields- Email and Password. jQuery validation is used for email and password to ensure that they are valid or not . You …
Continue reading “Create Login Form Using jQuery”
Here in this tutorial, we make you learn how to create simple registration form with proper validation using jQuery and database connectivity using PHP.
Contact form comes on first priority for any organisation as this may led to establish one to one communication with their customers.
Here in this tutorial, we make you learn how to create simple contact form and applying validation over it using jQuery and PHP.