G'Day,
Is it possible to query mySQL directly from within jQuery without having to use PHP/Python/Ruby etc.?
G'Day,
Is it possible to query mySQL directly from within jQuery without having to use PHP/Python/Ruby etc.?
no, jQuery is on client side and it isn't able to access directly to the database
No you can not do it. Because all jquery code runs on client. You can use jquery ajax methods to call php or another webservices. Simply jquery or another javascript library can not do it.