• Hi.

    I’m using this plugin for the multi-language site I’m developing. In English version switching between multiple tables (tabs) works fine. But in Russian version I got this error when clicking on any tab:
    jquery.js?ver=1.12.4:2 Uncaught Error: Syntax error, unrecognized expression: #tab-1-%d1%87%d0%b5%d0%bc%d0%bf%d0%b8%d0%be%d0%bd%d0%b0%d1%82-%d0%bc%d0%b8%d1%80%d0%b0

    Seems like a special character problem but the charset of site is UTF-8 and there are no issues with Latvian special characters (š,č,ā).

    Screenshot

    Here’s the code:

    [tab title="Олимпийские игры"]
    [table width="585" colwidth="30|275|50|200|30" colalign="center|left|center|left|center" limit="11"]
    Место[attr sort="asc"],Вид гонки,Год,Етап,Ссылка
    9,Гонка преследования 12.5 км,2014,Сочи,<a href="http://services.biathlonresults.com/results.aspx?RaceId=BT1314SWRLOG__SMPU" target="_blank"><img src="http://www.rastorgujevs.lv/wp-content/uploads/2016/10/document.png" alt="IBU DATACENTER" width="24" height="24" /></a>
    [/table]
    [/tab]

The topic ‘Can’t switch between table tabs (Syntax error, unrecognized expression)’ is closed to new replies.