Apostolis
Member since Mar 6, 2010
- Profile: /members/5595-apostolis.htm
- Comments: 4
Recent Blog Comments By Apostolis
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Mar 8, 2010 at 6:57 PM
@Ben Nadel, Actually, I have more info about this. First of all, the problem doesn't exist at your more recent project CorMVC, where you have the Contacts app example. Secondly, I've found out that it doesn't have to be an "-" character for the phone search to work. It works with many characters, ... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Mar 6, 2010 at 1:30 PM
OK, big sorry for all these comments...but I wanna make things right. I found the problem. It has nothing to do with Unicode at all. The problem is that, for the phone search to work, the phone value must consist of at least one "-" character anywhere inside the value. I was putting something like... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Mar 6, 2010 at 1:04 PM
OK, just to update... When the above scenario happens, I get this error message from the console: "Javascript Error: contact.phone.toLowerCase() is not a function" It indicates the following line in "contact_list.js": "contact.phone.toLowerCase().indexOf( critiria ) >= 0 ||" So, I tried wrappin... read more »
-
Building Single-Page Applications Using jQuery And ColdFusion With Ben Nadel (Video Presentation)
Posted on Mar 6, 2010 at 10:28 AM
Hello Ben, I try putting in Greek character for the name of a contact, and while the contact is stored OK on the .json file and then displayed at the end of the list, after wards the "search-as-you-type" doesn't work. When I delete the Greek contact everything gets back to normal. Is this app non-U... read more »