Skip to main content
WolfShade
Legend
December 9, 2010
Question

Looking for an equivalent to DropDown CheckList

  • December 9, 2010
  • 2 replies
  • 1010 views

I'm hoping that someone knows of a CF equivalent to DDCL?  We tried using DDCL and it kept bumping heads with one of the AJaX files and breaking functionality - so we have to forget about using it.

Preferably CF, but can be JavaScript/jQuery.

Thanks,

^_^

    This topic has been closed for replies.

    2 replies

    ilssac
    Inspiring
    December 9, 2010

    There's nothing that will NOT utilize JavaScript.

    Whether there is any ColdFusion code out there that will make the JavaScript for you, I can not say.

    But it is important to remember that ColdFusion runs on the server and anything that is done on the client must be done in a client side language.  I.E. HTML, CSS, JavaScript, etc.

    Participating Frequently
    December 9, 2010

    You won't find a CF solution that doesn't involve some sort of client side manipulation via JavaScript.  I'd search for a jQuery plugin.

    Participating Frequently
    December 9, 2010

    What was it breaking?  Do you use prototype or some other ajax library?  You can run jquery in 'no conflict' mode if you need to.


    WolfShade
    WolfShadeAuthor
    Legend
    December 9, 2010

    cfsilence wrote:

    What was it breaking?  Do you use prototype or some other ajax library?  You can run jquery in 'no conflict' mode if you need to.


    I'm not sure what it was breaking - I was working on other documents, at the time.  All I know, for sure, is that it wasn't working, then if one of the AJaX file includes was remarked out, it would work flawlessly.

    Is it possible to run jQuery in "no conflict" mode for just one document?  Or is it site-wide?

    Thanks,

    ^_^