Tag Archive For "jquery"
Failed to load : No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin is therefore not allowed access.
In this video I have shown how you can over come the error, Failed to load : No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin is therefore not allowed access. This error is because of Cross-Origin Resource Sharing (CORS) issue. This simply means that you are trying access information from other domain which …
Javascript Jquery-Autocomplete textbox from values from database
In this video I have shown how we can enable auto suggestions for a textbox from MySql database. I have shown the example in PHP as front end. In the example the HTML form is created in index.php page, and the text box is internally calling the help of search.php to populate the auto suggestions. …
jQuery Ajax GET and POST Requests Examples
In this video I have shown step by step how you can create a GET and POST request forms with PHP front end page. So the php pages and the js file needed are below shown, You can download the js file herejquery.min.js.rar index.php with form to send GET Request to page the page get.php …