Hi,
I want to break my <ul> into multiple <ul> tags, I have 10 <li> in my <ul> and I want to break into 2 <ul> (5 <li> each). To do the same, I am taking 5th <li> and appending </ul><ul> using $(this).after().
But Jquery automatically reverse the text and auto close the <ul>.
Any Idea how to disable to auto close?
Cheers, Felix