coffeescript 예문
예문 더보기: 1 2
- We can use this to simulate the DOM ready behaviour in our CoffeeScript file.
여기서 이 이벤트를 사용하면 Coffeescript 파일에서 DOM의 ready 함수를 시뮬레이션할 수 있습니다. - We can use this to simulate the DOM ready behaviour in our CoffeeScript file.
여기서 이 이벤트를 사용하면 Coffeescript 파일에서 DOM의 ready 함수를 시뮬레이션할 수 있습니다. - To use this in our application we'll need to restructure the CoffeeScript code a little.
어플리케이션에서 이것을 사용하기 위해서는 CoffeeScript 코드의 구조를 약간 변경해 줄 필요가 있습니다. - To use this in our application we'll need to restructure the CoffeeScript code a little.
어플리케이션에서 이것을 사용하기 위해서는 CoffeeScript 코드의 구조를 약간 변경해 줄 필요가 있습니다. - In our Coffeescript file we'll need to add some more options to the call to dataTable to tell it to fetch data from the server.
Coffeescript 파일에서는 dataTable 호출시 좀 더 많은 옵션을 추가해서 서버로부터 데이터를 가져오도록 알려주어야 합니다.