Skip to content
Discussion options

You must be logged in to vote

Hi Michael,

I could now reproduce your problem. It is due to the keyword parser that doesn't handle the square brackets in a jQuery selector.
See issue #220 and my reply here: #220 (comment)

Craig has the same issue.
A fix for this may take a few days.

In the meantime, I've got another options for you.

  1. you've changed the ktlCond to compare with "zero" - quotes included. You should never add quotes. The string must be as you see it in your app.
  2. Use this jQuery instead: $('#view_4049 > div > nav > ul > li:nth-child(2)') It has no brackets and does the same job, differently.

Going back to your original version above with the "equates 0" compare, you end up with this:

_cls=[ktlHidden], [ktl…

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Greenlight88
Comment options

Answer selected by Greenlight88
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants