Jump to content

mhmazrooei

New Members
  • Posts

    5
  • Joined

  • Last visited

mhmazrooei's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. HI. when do you set you session variable ? Can you post your code here ?
  2. Hi. with jQuery: var image_address = $('div#middle > div > div > img').attr('src'); Try to use css classes and ids on your html element instead of inline css
  3. hello toolman. check this code: var pcode = $('.image img').attr('src').replace(/\.jpg/, '').split('/').slice(-1); $('div.image').append(pcode);
  4. hi Glenskie. this is wrong. lets assume that you have two divs with same class name (controls) and two ids (prev, next) you should write your code like this: $('.controls').click(function() { $(this).attr('id', 'your desired id'); // rest of your code });
  5. always update to the latest stable version. Whould you post your config.php file ? there may be a problem with your config file for security issues.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.