Also, I've got two plugins I'd like to combine together to save some space, but it's also breaking every time. Cluetip 0.9.8 and NyroModal 1.2.8 http://plugins.jquery.com/project/cluetip/ http://nyromodal.nyrodev.com/#download
I can combine these just fine, and NyroModal seems to work, but it always breaks on the Cluetip functions saying "insertionType is not defined" On Oct 21, 2:26 pm, "c.barr" <[EMAIL PROTECTED]> wrote: > Yes, it's being listed first. Can someone else please try and do this > to verify it? I just want to make sure I'm not missing something > simple. > > On Oct 21, 12:16 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > > Are you making sure that the jquery core file is at the top of that > > concatenated file? that's the only other thing I can think of that > > would produce the error. > > > --Karl > > > ____________ > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > > On Oct 20, 2008, at 4:26 PM,c.barrwrote: > > > > They already have the semicolons straight from jQuery, so no changes > > > were needed. Any other suggestions? > > > > On Oct 16, 5:16 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > >>> I'd like to combine and compress my jQuery and jQuery UI files > > >>> into a > > >>> single minified file, but I've noticed that every time I do this It > > >>> just breaks and gives me "$ is not defined". > > > >>> If I do a copy/paste of the two uncompressed files together, it > > >>> works > > >>> fine but it's a 100kb file! When I got to minify or pack this file, > > >>> that's when it always breaks. I've tried Dean Edwards packer, > > >>> JSmin, > > >>> and YUI all with the same results. > > > >>> The same goes for any jQuery plugins I've downloaded. I'm using a > > >>> several that I need avalible on all pages, and I'd like to combine > > >>> them - these also break when I do this. > > > >>> Am I missing something here? > > > >> Make sure each file has a leading and a trailing semicolon.