Fancy facebook-like dynamic inputs with auto complete & pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.

New version of FCBKcomplete can be found here

Download: Download FCBKcomplete

Demo: Demo FCBKcomplete

Use:

<script language="JavaScript">
$(document).ready(function() {
$.facebooklist('#elem', '#list', '#complete',{url:
'ajax-url',cache:1}, height, {userfilter:1,casesensetive:0});
});
</script>

* This source code was highlighted with Source Code Highlighter.

elem – input element id or object
list – preadded elements
complete – autocomplete div id or object
ajax – object with two parametrs a) url to fetch json object b) use cache
height – maximum number of element shown before scroll will apear
filter – object with two parametrs a)case sensitive b) show/hide filtered items
newel – show typed text like a element

Creditrs for CSS & HTML structure: Guillermo (http://devthought.com)

Updates:

– 1.09 IE crash fixed

– 1.08 some minor bug fixed

-1.07  case sensetive added
applied filter to non ajax items
filter algorithm changed
cache for ajax request added
up/down with auto scrolling
minor code fixes

– 1.06 auto heigth fix
event bind on main element for better user frendly experience
filter for items
up/down keys supported from now

– 1.05 bindEvents function fixed thanks to idgnarn

– Name changed to FCBKcomplete

– 1.04 IE7 <em> tag replace fixed

– 1.03 IE7 & IE6 crash fixed
IE7 css fixed

– 1.02 json parsing fixed
remove element fixed

– 1.01: some bugs fixed

Few days ago I got some strange email from facebook administration.

To the developer of application ID #8122507078 (emporu!at!gmail.com),  

Your Facebook application, Pro Counter, is currently in violation of the Platform Policy rule 2.4 (see http://wiki.developers.facebook.com/index.php/Platform_Policy). Specifically, please note that applications cannot track visits to a user’s profile, whether aggregated anonymously or identified individually.

We have verified that your application does in fact tell users that your application provides functionality that is in violation of our policies.  Please make the necessary changes to your application so that it is not in violation of this rule.  If you are unable to or unwilling to make these changes, we are requesting that you delete your application.  Failure to comply with our policies may result in the removal of your application.

Please come into compliance with the Developer Terms of Service and remove all instances where your application provides details regarding tracking users or remove your application as soon as possible, but no later than 5:00 pm Pacific time Monday, 15 September 2008.

Please note that this same violation and any other additional violations within this application or other applications managed by you or your team may be reflected as a second violation. We strongly encourage developers to check their applications to ensure that the same violation does not occur within multiple applications.

Please reply-all to this email to indicate that you have received this notification, and again to tell us when, to the best of your knowledge, all violating content has been removed.

Thank you,

Facebook Platform Developer Operations & Support

—–Original Message to Facebook—–
From: Developers of Pro Count (Application ID: 8122507078) (emporu!at!gmail.com)
Subject: Notice of Violation (Application ID: 8122507078): Immediate Action Required

Ticket created manually by Greg
—–End Original Message to Facebook—–

 

 

Today 18.09 but application still working, from this I can understand two things

  1. Facebook have very complicated structure.
  2. Scam letter from one of competitors.