No Image

Ebook – JavaScript

August 9, 2017 hung-nb 0

The Modern Javascript Types Use “null” to write an “empty” or an “unknown” value into the variable “undefined” is only used for checks, to see […]

No Image

ASP.net & Javascript

July 3, 2017 hung-nb 0

What is Ajax life cycle in ASP.NET? http://ajaxtutorials.com/general/client-side-page-life-cycle-with-updatepanel-with-javascript/ Why is Javascript affect gone after postback? Issue When clicking on a button to get selected option […]

No Image

JavaScript & jQuery: HTML DOM

June 20, 2017 hung-nb 0

How to debug JavaScript? [js]debugger[/js] Work with string How to split a string into an array? Javascript [js]var text = ‘part1||part2||part3’;var labelArr = text.split(‘||’);[/js] How […]