google-closure
User Google Closure to lazy load javascript
I\'m especially liking the ability to require other javascript classes by using Google Closure, but I\'m wondering if it\'s possible to use goog.require to lazy load other javascript classes. When I t[详细]
2023-01-18 00:08 分类:问答Google Closure MSBuild Task Error
I am trying to write a custom task in my MSBuild file to compress some js files with Google Closure Compiler. I downloaded the ClosureCompiler.dll and ClosureCompiler.tasks files from the site and hav[详细]
2023-01-13 21:37 分类:问答Disabling graphic element selection in VML and Internet Explorer
I have a JavaScript application that lets users move shapes around a drawing area, and I happen to be using the Google Closure library. In FF/Safari all is good. In IE, as graphic elements are moved,[详细]
2023-01-07 13:01 分类:问答How do I use Google Closure compiler to remove unused JavaScript code?
How do I use Google Closure compiler to remove unused code? I am using the JQuery Slider control but am 开发者_如何学Pythonnot using anything else within JQuery. So I read that Google Closure compile[详细]
2023-01-05 21:48 分类:问答Preventing closure compiler from renaming certain variables
I have a javascript file with a global object that must not be renamed (_gat from the Google Analytics async tracker).[详细]
2023-01-03 08:53 分类:问答getting started with Google Closure if you don't care about minifying/compiling?
If you don\'t care about minifying your code, is there a way to get started using the Google Closure library without ha开发者_StackOverflow社区ving to set up a subversion client and use the compiler?[详细]
2022-12-25 16:40 分类:问答Php error in closure compiler execution
When I run php-closure i get a PHP error Undefined index:HTTP_IF_NONE_MATCH in <b>/php-closure.php</b> on line <b>183</b>[详细]
2022-12-25 16:10 分类:问答How to solve "cannot call method ... to undefined" in google closure (creating simple toolbar)?
below is a complete HTML source for building a simple toolbar with google closure. Gives an error message in Chrome: Uncaught TypeError: Cannot call method \'addChild\' of undefined at the spot marke[详细]
2022-12-21 06:41 分类:问答What is DomHelper in google closure?
Could somebody explain what is the meaning of DomHelper in google closure? What is it 开发者_开发百科for and how it may be useful?[详细]
2022-12-20 10:37 分类:问答How to make a graphics element draggable with google-closure?
How to make google closure graphics elements draggable and respond to events otherwise? Here\'s what I have so far. I have the circle, but can\'t drag it yet :).[详细]
2022-12-20 04:48 分类:问答