I am all for experimentation, but what should I do with the code that
I moved back to the HTML document?  This whole discussion began when I
decided to move it out of the HTML document and place it into a
JavaScript document.

On May 1, 3:00 pm, waseem sabjee <waseemsab...@gmail.com> wrote:
> try adding this code ABOVE the $(document).ready(function() {..
>
> var $k = JQuery.noConflict();
>
> then replace all the jquery $ signs with $K
>
> such has $k(document).ready(function() {
> $('#today').toDate(); //This document.$k('#clock').JSClock(); //This
> document.
> $k('#duration').timePassed(); //This document.
> $k('body').getBrowserInformation();
>
> });
>
> let me know if this solved your issue
>
> On Fri, May 1, 2009 at 11:57 PM, waseem sabjee <waseemsab...@gmail.com>wrote:
>
> > I have found a possible JavaScript conflict at this line of code
>
> > $('body').getBrowserInformation();
> > jQ_Imagine.js (line 122
>
> > On Fri, May 1, 2009 at 11:48 PM, kiusau <kiu...@mac.com> wrote:
>
> >> On May 1, 2:20 pm, kiusau <kiu...@mac.com> wrote:
> >> > On May 1, 12:18 pm, kiusau <kiu...@mac.com> wrote:
>
> >> > I have just discovered that it does not work well under all
> >> > conditions.
>
> >> I have decided to post the entire site for viewing, as it appears that
> >> I have just stepped into a drop-off far over my head.   A file created
> >> from the template can be viewed at the following address.  If you open
> >> the file in Firefox, Firebug will show online the same error that I am
> >> viewing off-line.
>
> >>http://homepage.mac.com/moogoonghwa/Imagine_Prototype/Content/
>
> >> In the current set up, the potentially problematic code has been
> >> placed back into the DW template and the SVG Roundies appear as they
> >> should.  Unfortunately, another script that should trigger an alert
> >> box fails.  It is likely important to mention that all of the script
> >> packages that constitute this document functioned well before they
> >> were combined into a single document.
>
> >> Roddy

Reply via email to