Giter Club home page Giter Club logo

lift-jquery-module's People

Contributors

arashi01 avatar karma4u101 avatar limansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

lift-jquery-module's Issues

Use crossScalaVersions

Replace scalaVersion := "2.9.1" on crossScalaVersions in ThisBuild := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0") like in lift.

Adding a bit more info to the README

Hi Peter,

I really like how simple it is to use this module.
Could you add to the README that on your template you would need:

<script id="jquery" src="/classpath/jqmodule/jquery.js" type="text/javascript"></script>

and that you need

"net.liftmodules" %% "lift-jquery-module" % (liftVersion+"-0.0.2-SNAPSHOT")

in your sbt build file?

Thanks!

jQuery 1.11.1 support

Hi,

jQuery 1.11.1 was released, as well as 1.10.4 and 1.9.2 (and possible other versions). BTW is there any reason to have several jQuery versions from one branch (except compile time compatibility with previous module versions)?

Tests - Adding jquery-migrate.js to allowedPaths

Adding jquery-migrate.js to allowedPaths fails in test with
[info] With JQueryModule.InitParam.JQuery set to JQueryModule.JQueryMigrate121 the ResourceServer should
[error] ! allow jquery-migrate.js
[error] scala.MatchError: List(jquery-migrate.js) (of class scala.collection.immutable.$colon$colon) (ResourceServer.scala:27)

README needs updating

Hi,

The readme says that I can use:

JQueryModule.init()

in boots.

But if I only use that option, the url http://127.0.0.1:8080/classpath/jquery.js does not display the jquery file

I had to use:

JQueryModule.InitParam.JQuery=JQueryModule.JQuery172
JQueryModule.init()

To have it working.

Also, the current version on the README is old, I'm using

"net.liftmodules" %% "lift-jquery-module" % (liftVersion+"-1.0-SNAPSHOT")

Thanks!

Change script path to mimic lift jquery path

This will make the transaction to the module even less painful for those who have used the Lift included jquery as all the script paths will be the same.
The only problem with this is that if user do not take care of removing the lift jquery init (as long as it exsists) it will probably be the one used (and then with maybe with a different version)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.