Results 1 to 2 of 2

Thread: Unable to get property 'replace' of undefined or null reference

  1. #1
    Thread Starter
    bambosz's Avatar
    Join Date
    Nov 2014
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unable to get property 'replace' of undefined or null reference

    fxendedpr i am getting the Unable to get property 'replace' of undefined or null reference and my geo location filtering is not working.

    $j(".jr_fx_job_listing_thumb",$j(this)).addClass(" jr_fx_l");

    // dynamic thumb positioning and sizing >>
    var title_width = $j("dd.title", $j(this)).css('width');
    title_width = parseInt(title_width.replace('px',''));
    var cssTitle = {
    'width': title_width-thumbs_width + 'px',
    'padding-left': (pad_margin/2)-adjust_size
    };
    $j("dd.title", $j(this)).css( cssTitle );

  2. #2
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Checkout my products on the Marketplace.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dimitris Google Map Address lat & lng is null
    By vipul in forum Help Using Vantage (Legacy)
    Replies: 3
    Last Post: January 23rd, 2014, 02:28 PM
  2. Samcy unable to replace logo
    By ladkong in forum Help Using ClassiPress
    Replies: 5
    Last Post: August 5th, 2013, 05:39 PM
  3. [SOLVED] Warning: array_keys() expects parameter 1 to be array, null given in /var/www/vhosts/
    By andriuskrutoi in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: February 8th, 2012, 05:11 PM