Welcome Guest, Not a member yet? Register   Sign In
Ajax recommendation
#11

[eluser]SomeFunkyDude[/eluser]
I'm in the process of making an autocomplete using a jQuery plug-in with CodeIgniter. So far it works in FF/IE7/Safari, but not on the Mac browsers I tried.

You can see an example here: http://starstryker.com/search_songs/inde...ong_search
As you start to type, the jQuery script uses ajax to fetch a database model via get. There are over 30k karaoke songs, give it a shot. An issue I'm sort of having at the moment, is I'd like a less concise search if nothing shows up, as it is right now, using the database class $this->db->or_like(); it will try and match every letter typed, but I want to see if I can make it where if no matches are found, that it will search for parts of the word instead of the word as a whole.

My next step, aside from broadening the search results if none are found, is I need to possibly make an a-z directory which will use pagination, and if possible, use ajax/jQuery to load details about the song into the page.

Lemme know if you plan to use this jQuery plug-in, I ran into a couple snags I could probably help you with.


Messages In This Thread
Ajax recommendation - by El Forum - 04-13-2009, 11:52 PM
Ajax recommendation - by El Forum - 04-14-2009, 12:13 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:21 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:21 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:28 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:36 AM
Ajax recommendation - by El Forum - 04-14-2009, 01:02 AM
Ajax recommendation - by El Forum - 04-14-2009, 05:51 AM
Ajax recommendation - by El Forum - 04-14-2009, 06:04 AM
Ajax recommendation - by El Forum - 04-14-2009, 06:16 AM
Ajax recommendation - by El Forum - 04-14-2009, 08:44 AM
Ajax recommendation - by El Forum - 04-14-2009, 08:58 AM
Ajax recommendation - by El Forum - 04-14-2009, 09:01 AM
Ajax recommendation - by El Forum - 04-14-2009, 09:33 AM
Ajax recommendation - by El Forum - 04-14-2009, 12:58 PM
Ajax recommendation - by El Forum - 04-14-2009, 01:02 PM
Ajax recommendation - by El Forum - 04-14-2009, 05:15 PM
Ajax recommendation - by El Forum - 04-14-2009, 08:53 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:28 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:29 PM
Ajax recommendation - by El Forum - 04-14-2009, 09:52 PM
Ajax recommendation - by El Forum - 04-14-2009, 10:02 PM
Ajax recommendation - by El Forum - 04-14-2009, 10:34 PM
Ajax recommendation - by El Forum - 04-17-2009, 08:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB