in reply to Re: Getting Error: Couldn't render template file error - site.tt: not found". When Run The Catalyst Application.
in thread Getting Error: Couldn't render template file error - site.tt: not found". When Run The Catalyst Application.

I put my jquery.js file in the same folder( static/js/). Please let me know how is odd mix of regular javascript and Jquery code? If there is any best way to use it then please tell me..
  • Comment on Re^2: Getting Error: Couldn't render template file error - site.tt: not found". When Run The Catalyst Application. And How to use Jquery with Catalyst??

Replies are listed 'Best First'.
Re^3: Getting Error: Couldn't render template file error - site.tt: not found". When Run The Catalyst Application. And How to use Jquery with Catalyst??
by marto (Cardinal) on May 25, 2010 at 08:47 UTC

    "I put my jquery.js file in the same folder( static/js/)."

    And what? Everything now works?

    "Please let me know how is odd mix of regular javascript and Jquery code?"

    You load the jQuery framework, in one section you address things in the jQuery form $('#elementID').attribute(value); yet elsewhere in your code you use the general form  document.getElementById("elementID").attribute = value;. If it does what you want then it's not a problem. It just seems like an odd mix of the jQuery framework and plain JavaScript. I tend to like things to be consistent.

Re^3: Getting Error: Couldn't render template file error - site.tt: not found". When Run The Catalyst Application. And How to use Jquery with Catalyst??
by Anonymous Monk on Sep 15, 2011 at 23:11 UTC
    I have the same problems now. Did you have a solution? Thank you, tolq.
      The solution is to use the correct path/url