how do I tell mmenu.js to look only for the SCRIPT_NAME and ignore the QUERY_STRING value for the 'Current Page Item Background Color' function?
For instance the first call for 'ex.php' in teh menu activates the 'Current Page Item Background Color' as expected. But working inside 'ex.php' with a QUERY_STRING attached (i.e.: ex.php?val=123) while mmenu_array.js is still looking for 'ex.php' doesn't highlite the menu text.
The problem is knowing when the match has been made with or without a QUERY_STRING. It's caused us problems so far so we may need to put our thinking caps on.