Viewing 1 replies (of 1 total)
  • Thread Starter Stelios

    (@invader7)

    url = $this.attr(‘href’),

    to

    url = decodeURIComponent($this.attr(‘href’)),

    solves the problem

Viewing 1 replies (of 1 total)
  • The topic ‘What about greek characters in url ??’ is closed to new replies.