jQuery(document).ready(function($){ // now you can use jQuery code here with normal $ shortcut formatting });
jQuery(document).ready(function($){ // now you can use jQuery code here with normal $ shortcut formatting });
if(typeof(String.prototype.trim) === "undefined") { String.prototype.trim = function() { return String(this).replace(/^\s+|\s+$/g, ''); }; }
The trim function will now be available as a first-class function on your strings. For example:
" dog".trim() === "dog" //true
$path = $_SERVER['DOCUMENT_ROOT']; include_once $path . 'wp-load.php';
Uvijek ovako postavi Store, jer ga jedino tako IE 11 prepoznaje
Ext.data.StoreManager.lookup('Nvision.store.Devices')