It doesn't work...
I paste the code in the header of my page :
________________________________________________________
ça ne marche pas... J'ai collé le code dans le header de ma page :
- Code: Select all
<script type="text/javascript" src="jquery/jquery.js"></script>
<script type=text/javascript">
$(document).ready(function() {
$("a[@href*='http://'],a[@class*='external']")
.click(
function(){
window.open(this.href);
return false;
}
);
});
</script>
</head>
The Jquery repertory and my page are in the same repertory.
I have this link in my page :
___________________________________________________
Le répertoire Jquery et ma page sont dans le même répertoire.
J'ai ce lien dans ma page :
- Code: Select all
<a class="external" title="chaletfilms.com" href="http://www.chaletfilms.com">www.chaletfilms.com</a>
Did I miss anything ?
I'm using jQuery 1.1.4 (the version downloaded with WYMeditor 0.4)
_____________________________________________________
Ai-je commis une erreur ou un oubli ?
J'ai la jQuery 1.1.4 (la version livrée avec WYMeditor 0.4)
Another question... about the classes. I add the class "external' in jquery.wymeditor.js file : (line 338)
___________________________________________________________
Autre question... Ã propos des classes. J'ai ajouter la classe "external" dans le fichier jquery.wymeditor.js : (ligne 338)
- Code: Select all
classesItems: [{'name': 'external', 'title': 'lien:externe', 'expr': 'a'}],
The option "lien:externe" appears. I try to apply this class for my link... nothing happen... Did I mistake or miss anything anywhere ?
___________________________________________________________
L'option "lien:externe" apparait bien. J'essaie de l'appliquer à mon lien... il ne se passe rien... Ai-je loupé quelque chose quelque part ?
Is there anyone who can help me in the french forum ?? It's hard to explain all my problems in english !!
Is there any text in french about installation and customization like in the Wiki ? (
here)
Perhaps this topics should be moved in Support forum ??