Hello, if I have the following code how can I add the condition with jQuery: <a href="#" data-name="A1" data-city="0" class="abc">LONDON </a> <br/><br/> <a href="#" data-name="A1" data-city="2" class="abc">MANCHESTER</a> Code (markup): So […] See original post by invalid@example.com (Lammie71)

I am trying to make an Update Stored Procedure that will Null a value if a null is passed in the parameter. So I made […] See original post by invalid@example.com (jimFFlagg)