Convert a String to a Slug using jQuery
Use jQuery to convert a string to a slug by making the string lowercase and replacing all spaces with dashes. For example, 'Hello World' becomes 'hello-world'. This is particularly useful when working with URL formatting.