moycs777 / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

More unique CSS identifiers #256

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current CSS identifies, while to the point (and clear!) causes issues due 
to the identifiers and classes being common terms. It may benefit this jQuery 
plugin more to have them prefixed and moved into a more-unique namespace. E.g. 
with the prefix gallery- or gr- (for example!).

ID's such as 'loading' and 'controls' are too common and have a much higher 
chance to conflict than gallery-loading or even griffic-loading.

While I don't mind the default being less unique, I feel an option (similar to 
the CSS selector options) to specify your own ID's would be beneficial as I've 
had to go through the JS to alter some of the IDs and classes so they were more 
unique.

Original issue reported on code.google.com by thedarkestshadow on 27 Nov 2011 at 1:29