So for example I call my "test" function like this: test({test1:'blah1',test2:'blah2'}); How am i able to get all these variables that could...
Just the answer I was looking for thanks!!
So essentially this is my current library setup var myLib = function(e){ this.version=0.4; this.e=e; this.css = function(){ }; if(this...
So from looking at jQuery their is a method of queuing simple things like animations which I'm trying to achieve. How can I therefore go about...
Brilliant, Thanks it worked 1st time!
function $(id){ return document.getElementById(id); } function ComputedStyle(id,value){ return document.defaultView.getComputedStyle($(id),...
Try it out and find out for yourself, I can't say I've used php fusion. In my eyes wordpress is just bloated as hell and its becoming much more...
Ah yes explode I'm such a idiot :D. Thanks!
So if I pull a string up like "string1-string2.php" I used the - to seporate the string. But I dont understand how to use preg_match (if thats...
Separate names with a comma.