Alphabet Search Implementation

Alphabet Search Implementation

jdadwilsonjdadwilson Posts: 127Questions: 30Answers: 1

I attempted to implement the Alphabet Search code into one of my site modules but I get the following error:
Uncaught TypeError: Cannot read property 'register' of undefined

This a link to the online page: http://www.txfannin.org/new-site/familypages.php

TIA for any assistance
jdadwilson

This question has an accepted answers - jump to answer

Answers

  • jdadwilsonjdadwilson Posts: 127Questions: 30Answers: 1
    Answer ✓

    Issue resolved. Thanks for your assistance.

    jdadwilson

  • allanallan Posts: 64,068Questions: 1Answers: 10,563 Site admin

    Good to hear you got it working.

    Allan

  • jdadwilsonjdadwilson Posts: 127Questions: 30Answers: 1

    Problem was that I had a couple of CSS files that were out of date and loading in the wrong order. The blog did not mention anything in this regard. Found a 'TEST' sample that had the needed info.

    Still need help with my other post... Alphabet search with Ajax populated DataTable.

    Thanks once again for a great tool and your assistance.
    jdadwilson

This discussion has been closed.