Note that there are some explanatory texts on larger screens.

plurals
  1. USe_known
    primarykey
    data
    text
    plurals
    1. COThis answered helped clarify a few things, thanks a bunch! Still not working, with `DIM searchTerm, inputSplit searchTerm = Request.querystring("Name") inputSplit = Split(searchTerm, ",")` and `fp_sQry="SELECT * FROM tblShuls WHERE ((Shiur = '2') or (Shiur IS NULL)) AND City + State + Name + Zip + Country LIKE '%::response.write searchTerm::%' or (City = '::City::') or (Country = '::Country::') AND (Nusach LIKE '%::Nusach::%') ORDER BY Name ASC"` I end up getting back results with all the entries in my database, so they apparently all qualify for this very open wildcard.
      singulars
    2. COThanks jitter. I can see the benefits of breaking up the two functions, such as ease of future add-ons. The code cleanup is insightful and much appreciated. I was also able to solve my first issue and have the parent stay "active" when the child was hovered. The non-functional line isn't causing any errors, however it doesn't seem to be doing what I want either. I'm not so sure that the js condition is 100% correct. I need to first find an a tag that's inside .leftMenu > li, only if the li has children, and then insert a span before the </a> closing tag.
      singulars
    3. CO@JohnMagnolia What makes you think that max-device-width is better for production? Wouldn't max-width guarantee better responsiveness, regardless of device?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload