I am trying to enable the movie by the title or actors (for example, if they forget the name of the movie But he remembered that actor / actress in that movie, he can find the movie by typing the name of the actor). I used jQuery AutoComplete to get the name of the movie or actor's name.
The auto complete parts work fine (i.e., when the user chooses a movie by the title and starts writing the title, then the auto-complete suggestion works, the name of the actor
Problems:
When the user name of the actor is complete, it works fine, besides a dynamic dropdown menu will appear, but the problem is that it is < Strong> Dropdown does not display anything : Does anyone help me figure out what's the problem with this code? Thanks,
"<"> "<"> "; / Option & Lt; option value = "Bye actors"> Bye actor & Lt; Script type = "text / javascript" src = "http://code.jquery.com/jquery-1.9.1.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" src = "http://code.jquery.com/ui/1.10.1/jquery-ui.min.js" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" & gt; $ {Document} .ready (function () {// Create a widget with default data source $ ("# tag"). ({Source: "actorsauto.php", minlength: 2}); $ ("# selecttype" ) .change (function () {// Assign to this new data source: if ($ (this) .val () == "byTitle") $ ("# tags"). Autocomplete ("option", "Source", "movies auto.php"); and if ($ (this) .val () == "by_actor") {$ ("# tag"). (Fully "{{source:" actorsauto.php ", Minlength: 2, select: function (Event, UI) {var selectedVal = $ (this) .val (); // This will be your chosen value from AutoComPeptay // Here AJAX calls. $ (' #movies Dbid '.) Show (); $ .post ("actions.php", {q: selected value, q2: $ ("# selecttype"). Val ()}, function (response) {// in the above response variable Option tags. Just put it in the dropdown. $ ("# MovieImdbId") HTML (response)}}}}}}}}});}); & lt; / script & gt;
and here actions.php:
Get All (PDO :: FETCH_OBJ); While ($ result as $ line) {$ option = '& lt; Option value = "'. $ Row [' movieImdbId ']." & Gt; '. $ Line ['movie imdbid']. '& Lt; / Option & gt; '; $ Html = $ Option; } $ Html echo; Go out; }? & Gt; Update
I am trying to use the ASP.NET signal for the first time - here's what I did: created a new web Has been added to the project and the following signal R packages: I have created the following category: [Hub-name ("chat")] Public class ChatHub: Hub {Public Zero Halo () {Clients.All.hello ( ); }} and the following startup configuration: public partial class startup {public zero configuration (IAppBuilder app) {configure (app); App.MapSignalR (); }} However, whenever I navigate localhost: (port) / api / signalr / chat I get the following error: Protocol error: Unknown transport. I am running a new browser and trying different people so remove it from the API / URL, and just use the localhost: (potter) / signaller / Chat
Using KV lang on my Python code, I have taken a hard time trying to instantiate a dynamic class, the following Consider the code: My test.kv file looks like this: & lt; MyPopup @ popup: Title: 'Hello' size_hunt: (1, .6) Grid layout: ID: RouteGrid column: 2 padding: ['8dp', '4dp', '8dp', '4dp'] Difference: '8dp' label: text: 'some text here' button: text: 'OK' On_press: do_something () & lt; MyGrid & gt;: Rows: 1 Button: Text: 'Show Popup' on_press: root.pop.show () Then import Kivy.app into my test.py: I get the following error: raise Factory Exception ('Uncount Class' '% name) kivy.factory.FactoryException: Unknown class Can anyone tell me how to do this properly, what do I remember? If you need more information please let me know Thank you. Takes a call to the factory before the KV file is loaded, so you want the class to Are not yet in existence. As long as no clas...
I am trying to do SSH on the local server from Jenkins, but the following error has been thrown: [SSH] Exception: Algorithm negotiation fail com.jcraft.jsch.JSchException: algorithm talk com.jcraft.jsch.Session.receive_kexinit (Session.javaatar20) at com.jcraft.jsch.Session.connect (Sesson at com.jcraft.jsch.Session.connect (Session.java:150) at org.jvnet.hudson.plugins.SSHSite.createSession (SSHSite.java:141) on failed failed org.jvnet.hudson.plugins. java: 286) .SSHS on org.jvnet.hudson.plugins.SSHBuildWrapper.executePreBuildScript (SSHBuildWrapper.java:75) on Org.jvnet.hudson.plugins.SSHBuildWrapper.setUp (SSHBuildWrapper.java59) ite.executeCommand (SSHSite.java151) on hudson.model.Build $ BuildExecution.doRun hudson.model.AbstractBuild $ AbstractBuildExecution.run (AbstractBuild.java:533) to (Build.java:154) hudson.model.Run.execute ( Run.java:1754) in ended .model.FreeStyleBuild.run (FreeStyl hudson.model.ResourceController.execute (ResourceController.java:89) on hudson.mod...
Comments
Post a Comment