Giter Club home page Giter Club logo

Comments (7)

blackknight467 avatar blackknight467 commented on August 24, 2024

Sounds like you forgot to add the javascript. please double check that you have it included it on your page. (you should have both jquery and rating.js on the page)

from starratingbundle.

Thonior avatar Thonior commented on August 24, 2024

image
It's added

from starratingbundle.

blackknight467 avatar blackknight467 commented on August 24, 2024

ok, can you look on the rendered webpage in your browser and see if there are any page assets that 404 or any javascript execution errors output to your browser's console.

if everything has loaded correctly and you see no javascript errors after page load, then it's possible that there is a naming collision with something else on the page.

in your browser's developer tools, find the js block below:

var labelWasClicked = function labelWasClicked(){
    var input = $(this).siblings().filter('input');
    input.val($(this).attr('data-value'));
}

and put a breakpoint on the var input = $(this).siblings().filter('input');

if the breakpoint isn't triggered then that means the listener isn't set up right. I would need to see your html output in order to tell you what's wrong at that point.

if the breakpoint is triggered and it's still not working properly, my best guess it that you have some other js working on the same block

from starratingbundle.

Thonior avatar Thonior commented on August 24, 2024

I let you know on sunday, I am not in the computer anymore today and saturday. Thanks for your really fast response.

from starratingbundle.

Thonior avatar Thonior commented on August 24, 2024

I just put my hands on the project again today and it is working fine :s Probably was something cached. Sorry for the inconveniences

from starratingbundle.

blackknight467 avatar blackknight467 commented on August 24, 2024

@sobha-radhakrishnan what version of font awesome and symfony are you using?

from starratingbundle.

blackknight467 avatar blackknight467 commented on August 24, 2024

@sobha-radhakrishnan specific symfony 2 version please.

from starratingbundle.

Related Issues (16)

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.