Search
8317 results 7771-7780
Forum
- 21st Jan 2013REST-Interface does not send PUT/DELETE but OPTIONSrunning into cross domain scripting problems? Allan
- 4th Jan 2013Table tools, pdf: add style? At least bold and italic?TableTools JS and AS3 scripts. Something I'll consider for
- 28th Dec 2012Integrating DataTables and WordPressplugin that loads the scripts for datatables.js 2) create
- 21st Dec 2012Problem with MVC3 and DataTableProblem solved by adding [code] @section scripts { <script type="text/javascript" src="@Url.Content( "~/Scripts/jquery.dataTables.min.js" )"></script> } [/code] directly to the view
- 16th Dec 2012table tools crashes for more recordsto optimise the server-side scripts much better than the
- 12th Dec 2012Buttom whith adminThanks, corrected the code - it works :)Very useful plug-ins and scripts, thanks again!
- 25th Nov 2012Using Datatables with MVC4 and WebAPIhi allan, got it! it was the mvc4 way of bundling scripts that was improperly configured. sorry for wasting your time on this...
- 7th Nov 2012Stuck on Processingto prevent Cross Site Scripting (XSS) attacks. Allan
- 5th Nov 2012how to make server side work with Codeigniterone of my php scripts. This one is for
- 26th Oct 2012how to pass a search parameter after form reloadsI found a solution in update processing file should use this scripts: [code] echo("parent.$('#example').dataTable().fnDraw(); "); echo("parent.Shadowbox.close();"); [/code]