Re: ajax with pyside webview

2019-02-19 Thread Abdur-Rahmaan Janhangeer
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

Re: ajax with pyside webview

2019-02-19 Thread Bob Gailer
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

Re: ajax with pyside webview

2019-02-19 Thread Abdur-Rahmaan Janhangeer
you mean? Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

RE: ajax with pyside webview

2019-02-19 Thread Steve
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,

ajax with pyside webview

2019-02-18 Thread Abdur-Rahmaan Janhangeer
greetings, i'm using pyside webview to view a localhost app, all works fine, just ajax via jquery does not work. other requests work fine. ajax works fine in web browser though. any ideas? Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- h