Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css with jquery not executing Re: css with jquery not executing

#82988
alphakurt
Participant

part 2 : I m going to try and post the full code of the page where I have errors:


0 ) { ?>


foreach ( $arrCompare as $row )
{
$pLink = getProductPath($row, $row, $row);
?>




}
?>












  


:

  

  

Click here to switch between list and grid







 




// Save Filename for optimization
$cFilename = '';
// Also check if category id changes then filename should change too
$prevcId = '';

// Loop count
$pListCount = 0;

while ( ($row = getRow($res)) )
{
if ( $pListCount++ >= $pageSize )
break;

// Load Variables
$pId = $row;
$cId = $row;
$pFilename = $row;
$pRating = $row;
$storeCount = $row;
$pMinPrice = $row;
$pMaxPrice = $row;

// If filename is empty or category changes then get filename from database
if ( $cFilename == '' || $prevcId != $cId )
$cFilename = getColumn('CATEGORY', $row, 'FILENAME');

// Save category id
$prevcId = $cId;

$pLink = getProductPath($pId, $pFilename, $cId, $cFilename);

if ( $isSearch )
{
$pTitle = getHighlightedSearchText($row, $searchText);
$pDetail = getHighlightedSearchTextEx(strip_tags($row), $searchText, 110);
}
else
{
$pTitle = $row;
$pDetail = getPartialString(strip_tags($row), 110, $pLink);
}

if (strlen($pTitle) > 20)
{
$pTitle = substr($pTitle,0,17)."...";
}

?>

?>









" class="linkLarge" title="">

$pLink_Product = $pLink;
?>
















" onclick="return fbs_click()" target="_blank"class="fb_share_link" alt="" title="">