EQnoble
Well-known member
I am making an addon and at this point and I am trying to figure out what would be the best way to achieve my needs and short of making another function to do this as a process I can't figure out what to do.
I believe I should be able to to just modify the the contents of .specificCenterWrapper once populated but all attempts at that fail in a way where the complete script still runs with no errors but the content of an element which I am trying to modify does not change
supposing this....
What would be the best way to go about getting the text inside of .specificCenterWrapper truncated after X characters?
I believe I should be able to to just modify the the contents of .specificCenterWrapper once populated but all attempts at that fail in a way where the complete script still runs with no errors but the content of an element which I am trying to modify does not change
supposing this....
Code:
$('.specificContentWrapper').load(derivedUrl+ '.randWrapper .randContentWrapper:lt(2)');
What would be the best way to go about getting the text inside of .specificCenterWrapper truncated after X characters?