A little recap on your pro CSS knowledge:
Dealing with “invalid label” javascript error when parsing JSON object
Posted by laasli on 2010. november 23. kedd
0 comments
When you try to parse a JSON object and you get the error “invalid label”, there’s a great chance that you can solve it with the following method:
var JSONdata= someRandomDataFromAVar;
var JSONobj = eval( “(” +JSONdata+ “)” );
But it’s a better practice if you give the dataType: “json” property to your ajax query.
And now you can play with you nifty little object.
bpjs meetup HOLNAP @ colabs!
Posted by laasli on 2010. november 21. vasárnap
0 comments
http://www.meetup.com/budapest-js/calendar/15401929/
Aki tud mindenképp jöjjék, ugyanis érdekes témának ígérkezik!
floatleft frontend blog