> > I created a few widgets for the prototype and script.aculo.us. > See here https://github.com/fntzr/astra_z >
In your "Get started" instruction <script> goes before <link> - some people probably will literally copy this sample. Would be more correct to show that styles should be included before scripts (more browsers will be able to parallelize download). Also in your code parseFloat(Prototype.Version) will work only for major version numbers like "1.6", "1.7". What about minor versions like "1.7.0.1"? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/K9SUb7XScxYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
