블로그
- ref : 6-ways-to-declare-javascript-functions https://dmitripavlutin.com/6-ways-to-declare-javascript-functions/
- javascript var let const ref 20191009 javascript var let const ref https://www.w3schools.com/js/js_let.asp https://www.w3schools.com throws an error - Uncaught TypeError: Assignment to constant variable.
- (iOS) WebView 깜빡임 최소화 하기 경우가 생기는데 기존 Webview 에 있는 화면이 다시 갱신되면서 깜빡이는 경우가 생겨 보기 싫거나 UX 에서도 좋지 않은것 같아 여러가지 방법을 써봤지만 아래와 같이 javascript stringByEvaluatingJavaScriptFromString:@"document.open();document.close()"]; 출처:https://stackoverflow.com/questions/10909329/how-to-clean-the-content-of-uiwebview-without-loading-an-empty-page
- [JSON]stringify() : browser sends data to Web Server with String When sending data to a web server, the data has to be a string. ":30, "city":"New York"};Use the JavaScript function JSON.stringify() to convert it into a string. var
- [JSON]Introduction JSON is text, and we can convert any JavaScript object into JSON, and send JSON to the server. Sending Data(browser sends date to Web .......
- [JSON]parse() : browser receive data from Web Server with Object JSON.parse()❮ PreviousNext ❯ A common use of JSON is to exchange data to/from a web server. function JSON.parse() to convert text into a JavaScript object: var obj = JSON.parse('{ "name":"John
- [JSON]Syntax JSON Syntax❮ PreviousNext ❯The JSON syntax is a subset of the JavaScript syntax. JavaScript names don't. JSON - Evaluates to JavaScript ObjectsThe JSON format is almost .......
- JavaScript Error Reference ExampleIn this example we have written "alert" as "adddlert" to deliberately produce an error. Errors, read our JavaScript Error Tutorial.
- JavaScript Date Object Reference https://www.w3schools.com/jsref/jsref_obj_date.asp JavaScript Date Reference❮ PreviousNext ❯Date ObjectThe Date object is used to work with dates and times.
- bxSlider - 메인비쥬얼슬라이딩 How to installStep 1: Link required filesFirst and most important, the jQuery library needs to be included (no need to download - link directly from Google).