Plugin jQuery Word and Character Counter example

  
$pdocrud = new PDOCrud();
$pdocrud->addPlugin("jQuery-Word-and-Character-Counter");//to add plugin      
$pdocrud->formFields(array("product_name"));
echo $pdocrud->dbTable("producttable")->render("insertform");
echo $pdocrud->loadPluginJsCode("jQuery-Word-and-Character-Counter","input[type=text]");//to add plugin call on input[type=text] elements
                            

Plugin jQuery Word and Character Counter example - PDOCrud