Short answer: None.
Explanation: jQuery is nothing more than an extended javascript library. The HttpOnly flag indicates whether the cookie can be accessed / modified by client-side scripts, which is a defense mechanism for attacks like Cross Site Scripting (XSS). If by accident the application is vulnerable to XSS injection, the attacker will not be able to get some critical cookie values, such as session identifiers.
source share