Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mircearenea

    (@mircearenea)

    Or, to be, more explicit I need something like that:
    function()
    {…….

    if (x<10000 && y>=36)
    {
    setSliderValue(‘luni1’,36);
    setSlidermax(‘luni1’,36);
    //$(“.luni1”)
    // .prop({
    // min: 1,
    // max: 36,
    // value: 36
    //})
    // .slider(“refresh”);
    }

    Thread Starter mircearenea

    (@mircearenea)

    Ohh..
    Works great !!
    You are the best!

    Many thanks!

    Thread Starter mircearenea

    (@mircearenea)

    Thank you,
    after I will read and reread all post I will rewrite to you. I will upload on my page ( actually I’m working on localhost – desktopserver) Thank you again for your good intention. Great job with this plugin and support.
    MR

    Thread Starter mircearenea

    (@mircearenea)

    My real problem is much more complex. I have 36 calculated fields and I want to show just the number passed by a slider (value). Slider amount must change dynamically show/hide calculated fields visibility. After that, I must put in calculated fields value the returned result of a function that takes as a parameter an numberfield value. Anyway, I read a lot of posts and I don’t understand the way you handle fields to put on a much complex code.
    ————————————————–
    another simple example:
    claculated field – fieldname1
    button – filedname2
    jQuery(“………..#………”).on(“click”, function() {jQuery(“….”).hide();
    ————————————————-

    Thank you for your time.
    Mircea Renea

    mircearenea

    (@mircearenea)

    Thank you too!
    Extremely useful!

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