Programming Step by Step

Java, Python, Spring MVC, SpringBoot, SQL, MySQL, MariaDB, PostgreSQL and Back-end theory and code examples.

Pages

▼
Showing posts with label Jquery. Show all posts
Showing posts with label Jquery. Show all posts
Sunday, 16 November 2014

Web SQL DB create, read, update and delete operations example

›
Here is the simplified example for web sql db create, read, update and delete operations: <!DOCTYPE HTML> <html> <head...
Tuesday, 22 July 2014

Is it valid to replace http:// with // in a script src=“http://…”?

›
Yes, It is valid and good. We don't have to think about protocol It can be http or https. It is very helpful when we use CDN or any...

Load javascript file dynamically using jquery with callback

›
Que: How to load javascript file dynamically using jquery? Ans:  jQuery.getScript("/xyz/abc /your .js", function(){ init...

Select2 get value and label of selected option

›
Que: How to get the value and label of option from select2 using jQuery? Ans: var theID = jQuery("#tags").select2('data...
›
Home
View web version
Powered by Blogger.