The sinemacula tag has no wiki summary.
1
vote
1answer
105 views
Sorting images array into gallery columns
This question is sort of carried on from an earlier question of mine here.
However, I would like to illustrate this in the most basic terms, with the hope that someone may be able to help me find a ...
0
votes
2answers
76 views
Distribute images evenly to columns in gallery
Brief Explanation
I am currently building a gallery that has three columns, each column contains images all of which have the same width, but can vary in height.
The images for the columns are ...
0
votes
2answers
112 views
Insert into specific place in head tag without using document.write
This is probably not possible but worth asking. I am dynamically inserting script tags into my head section of my page. At the moment I am using document.write which many of you will frown upon, but ...
1
vote
2answers
217 views
Delay a script from running until all assets have loaded
A Brief Explanation
This is not as basic as it sounds, so please do not skip to answering before you have read and understood what I am trying to do :-).
I have an object called SineMacula which ...
4
votes
2answers
61 views
Extending function parameters based on parameter type
Explanation
I have a function that is passed the parameter options. This parameter can either be an object, array or string. Depending on what the parameter is, will determine what to do.
UPDATE: ...
6
votes
1answer
123 views
Remove headers sent to server from the browser
The Problem and My Question
I am currently trying to optimize a page on my site that returns a large amount of minified javascript.
By optimize, I mean speed up :-)
One of the ways I am trying to ...
1
vote
1answer
254 views
Generate Javascript file with PHP
My current code
I have started writing an API that loads, minifies and returns javascript files into one file using PHP. This is achieved by pointing to a PHP file from a script tag in HMTL like so:
...
0
votes
1answer
126 views
Extending jQuery, including the jQuery constructor in another object
Explanation
Firstly, I might be mixed up between the jQuery constructor and init functions, if so please ignore my terminology below.
I have an object called SineMacula, which, at the moment is ...
4
votes
3answers
74 views
Should I use methods or subclasses? If that makes sense
A Little Background...
I have an an object called SineMacula which houses many methods for creating form elements and making these form elements do things on a page.
Firstly, when the page loads, a ...
2
votes
2answers
89 views
Classes vs data attribute, auto field initialiser
A Little Background
I have written a method in javascript/jQuery that loops through fields and sets them dependant on what they are i.e. dropdown, autocomplete, text etc...
The reason for this is ...
2
votes
2answers
115 views
Javascript (jQuery) module/library loading
As many of you will be aware, Google offers an API whereby you can load particular modules/libraries by calling a simple function:
<script type="text/javascript" ...