• Resolved coke501

    (@coke501)


    I used conditional Fields to hide or show certain fields, depending on what was selected. About 4 weeks ago it stopped working. The dev-Console showed me that this line

    if ($group.prop(‘tagName’) === ‘SPAN’) {

    was the problem, as group.prop wasn’t recognized as a function.

    I solved the problem by ignoring the condition, i.e. I exchanged the function with ‘true’, as it’s only there to determine if there should be an animation and I don’t care about that. Still, I reckon this should not have happened in the first place.

    Files I had to change: sripts.js, scripts_es6.js, I’, not sure if I HAD to change the latter, though.

    • This topic was modified 3 years, 8 months ago by coke501.
    • This topic was modified 3 years, 8 months ago by coke501.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Function not Found group.props’ is closed to new replies.