The issue is that for some reason on eBay the Target attribute is
beeing changed from my attribute to "_bank" and this is why
the div's are left hidden.
I've been a bit stuck, can anybody help me please.
I want a simple operation, get the class of the clicked item and
hide all elements inside of .rs-tabs that doesn't have the class
of the clicked element and show the one witch has the same class.
I'm translating my store element's, everything seems to work fine, but I can't manage to translate the attr 'placeholder' acording to the language. Maybe you can advice a method how to do it.
I'm using this script to make the translation Translation and added some extras to check the url and asign correct language. But I can't get it to work with the placeholder.
Here is the full script I'm working on:
// preparing language file
var aLangKeys=new Array();
aLangKeys['it']=new Array();
aLangKeys['fr']=new Array();
aLangKeys['es']=new Array();
aLangKeys['it']['tienda']='Negozio';
aLangKeys['it']['pagos-envios']='Pagamenti e Spedizione';
I'm trying to manipulate my content with jquery based on the URL.
The script works as it should on desktop. But I'm having a problem with mobile app or mobile site, it doesn't capture the correct URL because the content is in iFrame. The problem is that the iFrame doesn't contain the content I'm after...
The problem is no matter what I'm trying but I can't get the title (or HTML inside the div) to display it in the textarea. I would like to retrieve the text inside the element, so to avoid adding extra tags to html.