jQuery Plugin for Customer Service Built Better!

Ideal for building Call Center scripts for customer service reps to utlize while taking customer calls.

This small library for building a nested set of dialogs based off of a nested html ul list. Imagine having a series of dialogs with yes/no branches for each. Each button (yes, or no) when pressed, opens the appropriate (yes/no) dialog box, which in turn offers another set of yes/no options… and so on, and so on.

Click the link to view demo: Customer Sales Script Builder

The script is written by simply using plain html, as a nested ul list which represents the series of dialogs and its branches. We’ll let jQuery do the heavy lifting, and create all the dialogs for us.