Great, yes Qt webview with pyside.
well for backend, flask
for front end using Jquery to fetch items
i implemented an instant search. on the browser when i type, i get results.
on the webview, as i type, i get no results.
serverside logs tell no ajax request has been made, i assume a js block
s
I assume you are referring to QT webview.
"ajax via jquery does not work."
Can you be more specific? what is the evidence that it's not working?
It sounds like you've got a server running on your Local Host. What does
the server tell you about its side of that Ajax request?
--
https://mail.pyth
you mean?
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
Try BonAmi.
Footnote:
Ultrasound Technician Asks Pregnant Woman If She'd Like To Know Baby's Name
-Original Message-
From: Python-list On
Behalf Of Abdur-Rahmaan Janhangeer
Sent: Tuesday, February 19, 2019 2:08 AM
To: Python
Subject: ajax with pyside webview
greetings, i'm using pys