Tagged Questions
1
vote
1answer
97 views
Add blank spaces leaving HTML tags
I have a string that I want to check if it has words longer than or equal to 15 chars. If so, split that word to 5 chars by blank spaces, then return the same string with splitted words.
My code ...
2
votes
3answers
313 views
Get the value of a textbox during cut event
I have trapped the cut event (jquery) on a textbox. What I want is to get the text on the textbox during the cut event is triggered.
I've tried accessing the data the user cut via ...
1
vote
4answers
573 views
3
votes
1answer
250 views
JQuery infinite slider - cut and paste method?
I am trying to create a slider that slides across the page. When the slider is finished scrolling I want to cut the :first element and append it after the :last. How would this be done.
1
vote
3answers
707 views
Remove Styles from Text when Copying / Cutting using CSS or Javascript
Yo,
Alright been noodling on this one for a while: How copy/cut styled text without bringing along any style baggage (background-color, color, etc)?
Couple of routes of attacks that have been ...
3
votes
1answer
186 views
jQuery slide slicing off the tops of images
For some reason, slide in Chrome and Safari is slicing off the tops of images on one slider on my site and not the other. The code is a bit hairy for each slider, so you can have a look at the problem ...
