N
N
Nikolay2017-01-25 23:50:13
JavaScript
Nikolay, 2017-01-25 23:50:13

How to make such a choice?

Good day to all.
Can someone tell me how to make such a choice (when he chooses any currency
, it displays available) as on this site exchange.best-curs.info (do not count for
advertising)
I want to make the same choice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Равшан Абдулаев, 2017-01-26
@smolyakov770

в хроме F12 по странице exchange.best-curs.info и если я правильно понял фокус, то фактически данные уже на странице но видимые они становятся только когда к контейнеру div добавляется класс act, а класс act добавляется следующим кодом:
exchange.best-curs.info/wp-content/plugins/exchang...

/* end exchange table */	
  
jQuery(function($){

  $('.leftgo').live('click', function(){
      var id = $(this).attr('id').replace('napobmen-','');
    $('.leftgo, .tabhome').removeClass('act');
    $(this).addClass('act');
    $('#napobmento-'+id).addClass('act');
      return false;
  });	

});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question