How to fix CORB warning on OPTIONS request

If you see this annoying warning on the Console when you have finally implemented your “perfect” authentication system, you are not the only one: Perhaps using an interceptor, which I’ll explain to you on other occasions. The reason is the method of an OPTIONS request for preliminary verification, to perform […]

Read More…

The perfect jQuery library for tables: DataTables

Today I’ll suggest you the perfect library for all your sites with a large amount of row datas to show.After you’ll have imported the three files needed you can start. Import these resources: And you can simply start with one line of code: Make sure you have a well-formatted table […]

Read More…

Trigger custom JQuery

Today I show you a way to create custom triggers in case you need to trigger events dependent on others, perhaps not editable.An example of utility is when you find yourself with external ajax calls or events not covered so you must still identify the moment of conclusion. A couple […]

Read More…