Joe
Member since Sep 9, 2009
- Profile: /members/4276-joe.htm
- Comments: 5
Recent Blog Comments By Joe
-
Ask Ben: Building A jQuery And ColdFusion Rating System
Posted on Oct 19, 2009 at 1:19 PM
@Kamil, what i did to get around this was to replace the meta-data by adding the id to <a> 'a id="#image.id#"' then replaced: [var metaData = list.data( "metaData" )] with: [var metaData = this.id] Not sure if this is the best way or not, but it worked for me. Maybe someone else can expl... read more »
-
Ask Ben: Building A jQuery And ColdFusion Rating System
Posted on Oct 18, 2009 at 11:21 AM
@Kamil, I think you need to add er.Id to the group by in SQL for the page to load... Then see my issue above, you might have the same issue as I did.... read more »
-
Ask Ben: Building A jQuery And ColdFusion Rating System
Posted on Oct 16, 2009 at 3:08 PM
@Ben, Not sure why but I could not get the metadata passed from "meta-data" ... I removed this and added the image_id to <a> -- then changed to var metaData = this.id; Don't know why I had this problem but it is working fine now. Thanks again for this solution!... read more »
-
Ask Ben: Building A jQuery And ColdFusion Rating System
Posted on Sep 14, 2009 at 9:49 AM
Thanks for getting back... i am using src=" http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js " type="text/javascript" charset="utf-8" other than that i dont think i changed your code...... read more »
-
Ask Ben: Building A jQuery And ColdFusion Rating System
Posted on Sep 9, 2009 at 12:37 PM
Hi, first off thanks for your work on this... it is the only cfm one i could even find! I do have a problem when running it (basically in copy paste format)... i get a syntax error on list.data( "metaData", eval( "(" + metaData.text() + ")" ) ); Any ideas what causes this?... read more »