Coder Social home page Coder Social logo

Comments (7)

joliss avatar joliss commented on June 27, 2024

Version 4.0.3 should have jQuery UI 1.10.3 I believe?

from jquery-ui-rails.

fred avatar fred commented on June 27, 2024

https://github.com/joliss/jquery-ui-rails/blob/master/History.md#403

from jquery-ui-rails.

antsav avatar antsav commented on June 27, 2024

I've used //= require jquery.ui.all in my application.js , but in source I see that application.js with jquery inside shows after jquery.ui files how can I move jquery on top of them?

from jquery-ui-rails.

joliss avatar joliss commented on June 27, 2024

Off the top of my head, I'm not sure what problem you are running into. (I'm pretty sure it has nothing to do with jquery-ui-rails per se, for what it's worth.) Reading this guide might help you solve your problem though: http://guides.rubyonrails.org/asset_pipeline.html

from jquery-ui-rails.

antsav avatar antsav commented on June 27, 2024

sorry for bothering. still cannot cope with that.
all what I have in my application.js :
//= require jquery.ui.all
but in source I see all jquery-ui-rails scripts before jquery.js and it's not working.
if I put from jquery-ui link after <%= javascript_include_tag "application" %> works OK

jolis, I've almost lerned by heart link that you've provided, but still no success (

minified question is:
how to place application.js (that have jquery inside) in front of files embeded by //= require jquery.ui.all

from jquery-ui-rails.

antsav avatar antsav commented on June 27, 2024

rake assets:clean:all RAILS_ENV=production RAILS_GROUPS=assets
flushed application.js , took away jquery from it and by having:
//= require jquery
//= require jquery.ui.all
in application.js solved my issue.
thank you everybody for patience and help

from jquery-ui-rails.

joliss avatar joliss commented on June 27, 2024

Oh yes, stale assets can trip you up sometimes. :/ Glad you solved it!

from jquery-ui-rails.

Related Issues (20)

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.