Finally, I succeed in adding the JQuery add-on. but I had to replace :

cssClearAttr = cssClearAttr.replace(/^\[/, '');
cssClearAttr = cssClearAttr.replace(/\]$/, '');

By:

cssClearAttr = cssClearAttr.substring(0, cssClearAttr.length - 1);
cssClearAttr = cssClearAttr.substring(1, cssClearAttr.length);

The former did not fit into the WIKI...

The URL:
https://github.com/joshuaclayton/blueprint-css/wiki/JQuery-Plugin-Clear-Css

Regards,

Denis





2011/3/30 Franz Josef Kaiser <2...@gmx.net>

> A lot of effort on this answer. Due to the nature of this list, your
> answer (and therefore your efforts) will disapear in the depth of the
> list within some weeks. I'd suggest to add your solution to the github
> wiki and link here (or link inside the wiki to one of your gists -
> that will increase the popularity of your github account, which in
> this case would absolutetly be ok).
>
> --
> You received this message because you are subscribed to the Google Groups
> "Blueprint CSS" group.
> To post to this group, send email to blueprintcss@googlegroups.com.
> To unsubscribe from this group, send email to
> blueprintcss+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprintcss@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to